Shades of Neon Pink #E977CB
Tints of Neon Pink #E977CB
RGB
CMYK
RGB Variations
Color information
#E977CB (or 0xE977CB) is known color: Neon Pink. HEX triplet: E9, 77 and CB. RGB value is (233,119,203). Sum of RGB (Red+Green+Blue) = 233+119+203=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E977CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977CB is #168834. Grayscale: #A2A2A2. Windows color (decimal): -1476661 or 13334505. OLE color: 13334505.
HSL color Cylindrical-coordinate representation of color #E977CB: hue angle of 315.79º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E977CB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 203 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.09 |
| HSL | 315.79º | 0.72% | 0.69% | - |
| HSV(B) | 315.79º | 0.49% | 0.91% | - |
| XYZ | 50.98 | 34.83 | 60.54 | - |
| YUV | 162.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 203 | 0 | 0.49 | 0.13 | 0.09 | 315.79 | 0.72 | 0.69 |
| Hex | E9 | 77 | CB | 0 | 31 | D | 9 | 13C | 48 | 45 |
| Octal | 351 | 167 | 313 | 0 | 61 | 15 | 11 | 474 | 110 | 105 |
| Binary | 11101001 | 1110111 | 11001011 | 0 | 110001 | 1101 | 1001 | 100111100 | 1001000 | 1000101 |
Color Harmonies of #E977CB
Complementary color
Monochromatic Colors of #E977CB
Black with #E977CB
Text Example
Text Example
White with #E977CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977CB; }
p { color: rgb(233,119,203); }
H1.HeaderClassName
{
color: #E977CB;
}
.AnyTagClassName
{
color: #E977CB;
}
</style>
background-color css
<style>
a { background-color: #E977CB; }
a { background-color: rgb(233,119,203); }
div.DivClassName
{
background-color: #E977CB;
}
.BgClassName
{
background-color: #E977CB;
}
</style>
border-color css
<style>
span { border-color: #E977CB; }
span { border-color: rgb(233,119,203); }
td.TdClassName
{
border-color: #E977CB;
}
.TagClassName
{
border-color: #E977CB;
}
</style>