Color Inversion Tool

Invert any color to its complement by subtracting each RGB channel from 255. Shows visual comparison of original and inverted colors with hex and RGB values.

How to Use Color Inversion Tool

The Color Inversion Tool calculates the complement (inverse) of any color by subtracting each RGB channel from 255. Enter a color in hex format (#RGB or #RRGGBB) or rgb() notation, or use the color picker. The tool instantly shows both the original and inverted colors side by side with their hex and RGB values. Color inversion is useful for finding contrasting colors, creating negative effects, ensuring readability, and design exploration. The inversion formula is simple: inverted = rgb(255-R, 255-G, 255-B).

Step-by-Step Instructions

  1. Enter a color using hex, rgb(), or the color picker
  2. View the original and inverted colors side by side
  3. See both hex and RGB values for each color
  4. Copy the results using the copy button

Related Tools

More Free Tools