Shades of Neon Pink #E966BC
Tints of Neon Pink #E966BC
RGB
CMYK
RGB Variations
Color information
#E966BC (or 0xE966BC) is known color: Neon Pink. HEX triplet: E9, 66 and BC. RGB value is (233,102,188). Sum of RGB (Red+Green+Blue) = 233+102+188=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E966BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966BC is #169943. Grayscale: #969696. Windows color (decimal): -1481028 or 12347113. OLE color: 12347113.
HSL color Cylindrical-coordinate representation of color #E966BC: hue angle of 320.61º 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 #E966BC is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 188 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.09 |
| HSL | 320.61º | 0.75% | 0.66% | - |
| HSV(B) | 320.61º | 0.56% | 0.91% | - |
| XYZ | 47.43 | 30.46 | 50.96 | - |
| YUV | 150.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 188 | 0 | 0.56 | 0.19 | 0.09 | 320.61 | 0.75 | 0.66 |
| Hex | E9 | 66 | BC | 0 | 38 | 13 | 9 | 141 | 4B | 42 |
| Octal | 351 | 146 | 274 | 0 | 70 | 23 | 11 | 501 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10111100 | 0 | 111000 | 10011 | 1001 | 101000001 | 1001011 | 1000010 |
Color Harmonies of #E966BC
Complementary color
Monochromatic Colors of #E966BC
Black with #E966BC
Text Example
Text Example
White with #E966BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966BC; }
p { color: rgb(233,102,188); }
H1.HeaderClassName
{
color: #E966BC;
}
.AnyTagClassName
{
color: #E966BC;
}
</style>
background-color css
<style>
a { background-color: #E966BC; }
a { background-color: rgb(233,102,188); }
div.DivClassName
{
background-color: #E966BC;
}
.BgClassName
{
background-color: #E966BC;
}
</style>
border-color css
<style>
span { border-color: #E966BC; }
span { border-color: rgb(233,102,188); }
td.TdClassName
{
border-color: #E966BC;
}
.TagClassName
{
border-color: #E966BC;
}
</style>