Shades of Neon Pink #EE76C7
Tints of Neon Pink #EE76C7
RGB
CMYK
RGB Variations
Color information
#EE76C7 (or 0xEE76C7) is known color: Neon Pink. HEX triplet: EE, 76 and C7. RGB value is (238,118,199). Sum of RGB (Red+Green+Blue) = 238+118+199=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76C7 is #118938. Grayscale: #A2A2A2. Windows color (decimal): -1149241 or 13072110. OLE color: 13072110.
HSL color Cylindrical-coordinate representation of color #EE76C7: hue angle of 319.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 #EE76C7 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 199 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.07 |
| HSL | 319.5º | 0.78% | 0.7% | - |
| HSV(B) | 319.5º | 0.5% | 0.93% | - |
| XYZ | 52.05 | 35.26 | 58.1 | - |
| YUV | 163.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 199 | 0 | 0.50 | 0.16 | 0.07 | 319.5 | 0.78 | 0.7 |
| Hex | EE | 76 | C7 | 0 | 32 | 10 | 7 | 140 | 4E | 46 |
| Octal | 356 | 166 | 307 | 0 | 62 | 20 | 7 | 500 | 116 | 106 |
| Binary | 11101110 | 1110110 | 11000111 | 0 | 110010 | 10000 | 111 | 101000000 | 1001110 | 1000110 |
Color Harmonies of #EE76C7
Complementary color
Monochromatic Colors of #EE76C7
Black with #EE76C7
Text Example
Text Example
White with #EE76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76C7; }
p { color: rgb(238,118,199); }
H1.HeaderClassName
{
color: #EE76C7;
}
.AnyTagClassName
{
color: #EE76C7;
}
</style>
background-color css
<style>
a { background-color: #EE76C7; }
a { background-color: rgb(238,118,199); }
div.DivClassName
{
background-color: #EE76C7;
}
.BgClassName
{
background-color: #EE76C7;
}
</style>
border-color css
<style>
span { border-color: #EE76C7; }
span { border-color: rgb(238,118,199); }
td.TdClassName
{
border-color: #EE76C7;
}
.TagClassName
{
border-color: #EE76C7;
}
</style>