Invert / negative

Every color channel reversed, turning light to dark and colors toward their opposites like a photographic negative.

make it look like a photo negativereverse all the colorsflip black to white and white to blackopposite colors effectx-ray color looknegative filterinverse color effectinverte colours

See it

Live demo coming soon

What it is

An invert maps every color channel to its opposite value, so black becomes white, white becomes black, and each color swings toward its digital complement. At full strength, CSS filter: invert(1) produces the familiar photographic-negative appearance.

Good uses include a stark transition, hover treatment, experimental image effect, or quick reversal of simple monochrome artwork. For a controlled dark-mode asset, a purpose-made alternate usually looks better than inverting everything.

Gotcha: blind inversion also reverses brand colors, photos, shadows, and any already-correct dark-mode content. Apply it to a bounded layer or mask, then inspect contrast and color meaning after the transform.

Ask AI for it

Invert this image with a full per-channel negative transform, equivalent to CSS filter: invert(1). Keep the alpha channel unchanged, preserve hard edges, and apply the effect only to the image layer so surrounding text and interface colors remain normal.

You might have meant

posterizationduotonecolor gradingblend mode

Go deeper