Simultaneous contrast can be neutralized by adding the missing complementary explicitly, or by introducing light-dark contrast between the hues
Because simultaneous contrast is driven by the eye’s demand for the absent complementary, two techniques suppress it: (1) Add a small amount of the demanded complementary explicitly into the offending area — the weaving mill example: replacing pure black with brownish-black (which contains orange, complementing the red ground) neutralizes the simultaneous green shift; (2) Introduce light-dark contrast between the hues — once adjacent hues differ in brilliance, simultaneous influences are diminished. Both methods work by reducing the degree to which the eye must generate the complement spontaneously. A preliminary compositional sketch juxtaposing all hues as final neighbors is the standard professional check before committing to execution. The same techniques work in digital color: adding a slight warm tint to a dark element on a red background prevents it from reading green.
Examples
Weaving mill scenario: black stripe on red reads green to buyers. Fix: use brownish-black yarn instead of pure black. Code fix: on a red canvas (vec3(0.8,0,0) background), replace vec3(0,0,0) elements with vec3(0.1,0.05,0) to kill the green shift.
Assessment
Describe two methods for eliminating an unwanted simultaneous effect in a fabric design where orange stripes appear on blue ground. Predict the perceived color of a pure gray on a violet ground, and describe how to neutralize the shift.