Shades of Neon Pink #EE6ACC
Tints of Neon Pink #EE6ACC
RGB
CMYK
RGB Variations
Color information
#EE6ACC (or 0xEE6ACC) is known color: Neon Pink. HEX triplet: EE, 6A and CC. RGB value is (238,106,204). Sum of RGB (Red+Green+Blue) = 238+106+204=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6ACC is #119533. Grayscale: #9C9C9C. Windows color (decimal): -1152308 or 13396718. OLE color: 13396718.
HSL color Cylindrical-coordinate representation of color #EE6ACC: hue angle of 315.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6ACC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 204 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.07 |
| HSL | 315.45º | 0.8% | 0.67% | - |
| HSV(B) | 315.45º | 0.55% | 0.93% | - |
| XYZ | 51.31 | 32.84 | 60.76 | - |
| YUV | 156.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 204 | 0 | 0.55 | 0.14 | 0.07 | 315.45 | 0.8 | 0.67 |
| Hex | EE | 6A | CC | 0 | 37 | E | 7 | 13B | 50 | 43 |
| Octal | 356 | 152 | 314 | 0 | 67 | 16 | 7 | 473 | 120 | 103 |
| Binary | 11101110 | 1101010 | 11001100 | 0 | 110111 | 1110 | 111 | 100111011 | 1010000 | 1000011 |
Color Harmonies of #EE6ACC
Complementary color
Monochromatic Colors of #EE6ACC
Black with #EE6ACC
Text Example
Text Example
White with #EE6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6ACC; }
p { color: rgb(238,106,204); }
H1.HeaderClassName
{
color: #EE6ACC;
}
.AnyTagClassName
{
color: #EE6ACC;
}
</style>
background-color css
<style>
a { background-color: #EE6ACC; }
a { background-color: rgb(238,106,204); }
div.DivClassName
{
background-color: #EE6ACC;
}
.BgClassName
{
background-color: #EE6ACC;
}
</style>
border-color css
<style>
span { border-color: #EE6ACC; }
span { border-color: rgb(238,106,204); }
td.TdClassName
{
border-color: #EE6ACC;
}
.TagClassName
{
border-color: #EE6ACC;
}
</style>