Shades of Neon Pink #E966C0
Tints of Neon Pink #E966C0
RGB
CMYK
RGB Variations
Color information
#E966C0 (or 0xE966C0) is known color: Neon Pink. HEX triplet: E9, 66 and C0. RGB value is (233,102,192). Sum of RGB (Red+Green+Blue) = 233+102+192=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E966C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966C0 is #16993F. Grayscale: #979797. Windows color (decimal): -1481024 or 12609257. OLE color: 12609257.
HSL color Cylindrical-coordinate representation of color #E966C0: hue angle of 318.78º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966C0 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 192 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.09 |
| HSL | 318.78º | 0.75% | 0.66% | - |
| HSV(B) | 318.78º | 0.56% | 0.91% | - |
| XYZ | 47.87 | 30.63 | 53.26 | - |
| YUV | 151.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 192 | 0 | 0.56 | 0.18 | 0.09 | 318.78 | 0.75 | 0.66 |
| Hex | E9 | 66 | C0 | 0 | 38 | 12 | 9 | 13F | 4B | 42 |
| Octal | 351 | 146 | 300 | 0 | 70 | 22 | 11 | 477 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11000000 | 0 | 111000 | 10010 | 1001 | 100111111 | 1001011 | 1000010 |
Color Harmonies of #E966C0
Complementary color
Monochromatic Colors of #E966C0
Black with #E966C0
Text Example
Text Example
White with #E966C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966C0; }
p { color: rgb(233,102,192); }
H1.HeaderClassName
{
color: #E966C0;
}
.AnyTagClassName
{
color: #E966C0;
}
</style>
background-color css
<style>
a { background-color: #E966C0; }
a { background-color: rgb(233,102,192); }
div.DivClassName
{
background-color: #E966C0;
}
.BgClassName
{
background-color: #E966C0;
}
</style>
border-color css
<style>
span { border-color: #E966C0; }
span { border-color: rgb(233,102,192); }
td.TdClassName
{
border-color: #E966C0;
}
.TagClassName
{
border-color: #E966C0;
}
</style>