Shades of Neon Pink #E965BC
Tints of Neon Pink #E965BC
RGB
CMYK
RGB Variations
Color information
#E965BC (or 0xE965BC) is known color: Neon Pink. HEX triplet: E9, 65 and BC. RGB value is (233,101,188). Sum of RGB (Red+Green+Blue) = 233+101+188=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E965BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965BC is #169A43. Grayscale: #969696. Windows color (decimal): -1481284 or 12346857. OLE color: 12346857.
HSL color Cylindrical-coordinate representation of color #E965BC: hue angle of 320.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E965BC is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 188 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.09 |
| HSL | 320.45º | 0.75% | 0.65% | - |
| HSV(B) | 320.45º | 0.57% | 0.91% | - |
| XYZ | 47.34 | 30.26 | 50.92 | - |
| YUV | 150.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 188 | 0 | 0.57 | 0.19 | 0.09 | 320.45 | 0.75 | 0.65 |
| Hex | E9 | 65 | BC | 0 | 39 | 13 | 9 | 140 | 4B | 41 |
| Octal | 351 | 145 | 274 | 0 | 71 | 23 | 11 | 500 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10111100 | 0 | 111001 | 10011 | 1001 | 101000000 | 1001011 | 1000001 |
Color Harmonies of #E965BC
Complementary color
Monochromatic Colors of #E965BC
Black with #E965BC
Text Example
Text Example
White with #E965BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965BC; }
p { color: rgb(233,101,188); }
H1.HeaderClassName
{
color: #E965BC;
}
.AnyTagClassName
{
color: #E965BC;
}
</style>
background-color css
<style>
a { background-color: #E965BC; }
a { background-color: rgb(233,101,188); }
div.DivClassName
{
background-color: #E965BC;
}
.BgClassName
{
background-color: #E965BC;
}
</style>
border-color css
<style>
span { border-color: #E965BC; }
span { border-color: rgb(233,101,188); }
td.TdClassName
{
border-color: #E965BC;
}
.TagClassName
{
border-color: #E965BC;
}
</style>