Shades of Neon Pink #E976CB
Tints of Neon Pink #E976CB
RGB
CMYK
RGB Variations
Color information
#E976CB (or 0xE976CB) is known color: Neon Pink. HEX triplet: E9, 76 and CB. RGB value is (233,118,203). Sum of RGB (Red+Green+Blue) = 233+118+203=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E976CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976CB is #168934. Grayscale: #A1A1A1. Windows color (decimal): -1476917 or 13334249. OLE color: 13334249.
HSL color Cylindrical-coordinate representation of color #E976CB: hue angle of 315.65º 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 #E976CB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 203 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.09 |
| HSL | 315.65º | 0.72% | 0.69% | - |
| HSV(B) | 315.65º | 0.49% | 0.91% | - |
| XYZ | 50.86 | 34.59 | 60.5 | - |
| YUV | 162.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 203 | 0 | 0.49 | 0.13 | 0.09 | 315.65 | 0.72 | 0.69 |
| Hex | E9 | 76 | CB | 0 | 31 | D | 9 | 13C | 48 | 45 |
| Octal | 351 | 166 | 313 | 0 | 61 | 15 | 11 | 474 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11001011 | 0 | 110001 | 1101 | 1001 | 100111100 | 1001000 | 1000101 |
Color Harmonies of #E976CB
Complementary color
Monochromatic Colors of #E976CB
Black with #E976CB
Text Example
Text Example
White with #E976CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976CB; }
p { color: rgb(233,118,203); }
H1.HeaderClassName
{
color: #E976CB;
}
.AnyTagClassName
{
color: #E976CB;
}
</style>
background-color css
<style>
a { background-color: #E976CB; }
a { background-color: rgb(233,118,203); }
div.DivClassName
{
background-color: #E976CB;
}
.BgClassName
{
background-color: #E976CB;
}
</style>
border-color css
<style>
span { border-color: #E976CB; }
span { border-color: rgb(233,118,203); }
td.TdClassName
{
border-color: #E976CB;
}
.TagClassName
{
border-color: #E976CB;
}
</style>