Invert Image Colors
Invert all colors in an image (negative effect). Each pixel is replaced by its RGB complement. Processed in the browser.
Drag an image here or
Original
Inverted Colors (Negative)
How does it work?
For every pixel, each color channel (R, G, B) becomes 255 − original value. What comes out of that is the photographic negative of the image.
Invert an image's colours
Inverting the colours produces the "negative" effect, where each colour gives way to its opposite. White turns black, blue turns orange, and the tool applies that inversion to any image right in the browser.
Technically, each pixel is replaced by its complement on the colour wheel. The effect helps you create digital art, recover the look of a photographic negative, generate high-contrast versions for accessibility, or just play around out of curiosity.
Nothing is sent out: the processing runs entirely on your device. Load the photo and download the colour-inverted version.
Related Tools
Image Color Picker
Load an image and discover the color of any pixel in real time. Hover to see HEX, RGB and HSL with a magnifier. Automatically extracts the dominant color palette.
Color Mixer
Mix two colors and get the resulting color. Control the percentage weight of each color. Result in HEX, RGB and HSL.
Color Shades Generator
Generate shades and tints of any color. Click to copy the HEX, RGB or HSL code. Perfect for design systems and UI development.