Shades of Neon Pink #EE76CF
Tints of Neon Pink #EE76CF
RGB
CMYK
RGB Variations
Color information
#EE76CF (or 0xEE76CF) is known color: Neon Pink. HEX triplet: EE, 76 and CF. RGB value is (238,118,207). Sum of RGB (Red+Green+Blue) = 238+118+207=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76CF is #118930. Grayscale: #A3A3A3. Windows color (decimal): -1149233 or 13596398. OLE color: 13596398.
HSL color Cylindrical-coordinate representation of color #EE76CF: hue angle of 315.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76CF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 207 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.07 |
| HSL | 315.5º | 0.78% | 0.7% | - |
| HSV(B) | 315.5º | 0.5% | 0.93% | - |
| XYZ | 53 | 35.64 | 63.12 | - |
| YUV | 164.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 207 | 0 | 0.50 | 0.13 | 0.07 | 315.5 | 0.78 | 0.7 |
| Hex | EE | 76 | CF | 0 | 32 | D | 7 | 13C | 4E | 46 |
| Octal | 356 | 166 | 317 | 0 | 62 | 15 | 7 | 474 | 116 | 106 |
| Binary | 11101110 | 1110110 | 11001111 | 0 | 110010 | 1101 | 111 | 100111100 | 1001110 | 1000110 |
Color Harmonies of #EE76CF
Complementary color
Monochromatic Colors of #EE76CF
Black with #EE76CF
Text Example
Text Example
White with #EE76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76CF; }
p { color: rgb(238,118,207); }
H1.HeaderClassName
{
color: #EE76CF;
}
.AnyTagClassName
{
color: #EE76CF;
}
</style>
background-color css
<style>
a { background-color: #EE76CF; }
a { background-color: rgb(238,118,207); }
div.DivClassName
{
background-color: #EE76CF;
}
.BgClassName
{
background-color: #EE76CF;
}
</style>
border-color css
<style>
span { border-color: #EE76CF; }
span { border-color: rgb(238,118,207); }
td.TdClassName
{
border-color: #EE76CF;
}
.TagClassName
{
border-color: #EE76CF;
}
</style>