Shades of Neon Pink #EE78CF
Tints of Neon Pink #EE78CF
RGB
CMYK
RGB Variations
Color information
#EE78CF (or 0xEE78CF) is known color: Neon Pink. HEX triplet: EE, 78 and CF. RGB value is (238,120,207). Sum of RGB (Red+Green+Blue) = 238+120+207=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78CF is #118730. Grayscale: #A4A4A4. Windows color (decimal): -1148721 or 13596910. OLE color: 13596910.
HSL color Cylindrical-coordinate representation of color #EE78CF: hue angle of 315.76º 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 #EE78CF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 207 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.07 |
| HSL | 315.76º | 0.78% | 0.7% | - |
| HSV(B) | 315.76º | 0.5% | 0.93% | - |
| XYZ | 53.24 | 36.12 | 63.2 | - |
| YUV | 165.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 207 | 0 | 0.50 | 0.13 | 0.07 | 315.76 | 0.78 | 0.7 |
| Hex | EE | 78 | CF | 0 | 32 | D | 7 | 13C | 4E | 46 |
| Octal | 356 | 170 | 317 | 0 | 62 | 15 | 7 | 474 | 116 | 106 |
| Binary | 11101110 | 1111000 | 11001111 | 0 | 110010 | 1101 | 111 | 100111100 | 1001110 | 1000110 |
Color Harmonies of #EE78CF
Complementary color
Monochromatic Colors of #EE78CF
Black with #EE78CF
Text Example
Text Example
White with #EE78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE78CF; }
p { color: rgb(238,120,207); }
H1.HeaderClassName
{
color: #EE78CF;
}
.AnyTagClassName
{
color: #EE78CF;
}
</style>
background-color css
<style>
a { background-color: #EE78CF; }
a { background-color: rgb(238,120,207); }
div.DivClassName
{
background-color: #EE78CF;
}
.BgClassName
{
background-color: #EE78CF;
}
</style>
border-color css
<style>
span { border-color: #EE78CF; }
span { border-color: rgb(238,120,207); }
td.TdClassName
{
border-color: #EE78CF;
}
.TagClassName
{
border-color: #EE78CF;
}
</style>