Shades of Neon Pink #EF66CE
Tints of Neon Pink #EF66CE
RGB
CMYK
RGB Variations
Color information
#EF66CE (or 0xEF66CE) is known color: Neon Pink. HEX triplet: EF, 66 and CE. RGB value is (239,102,206). Sum of RGB (Red+Green+Blue) = 239+102+206=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66CE is #109931. Grayscale: #9A9A9A. Windows color (decimal): -1087794 or 13526767. OLE color: 13526767.
HSL color Cylindrical-coordinate representation of color #EF66CE: hue angle of 314.45º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66CE is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 206 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.06 |
| HSL | 314.45º | 0.81% | 0.67% | - |
| HSV(B) | 314.45º | 0.57% | 0.94% | - |
| XYZ | 51.49 | 32.31 | 61.92 | - |
| YUV | 154.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 206 | 0 | 0.57 | 0.14 | 0.06 | 314.45 | 0.81 | 0.67 |
| Hex | EF | 66 | CE | 0 | 39 | E | 6 | 13A | 51 | 43 |
| Octal | 357 | 146 | 316 | 0 | 71 | 16 | 6 | 472 | 121 | 103 |
| Binary | 11101111 | 1100110 | 11001110 | 0 | 111001 | 1110 | 110 | 100111010 | 1010001 | 1000011 |
Color Harmonies of #EF66CE
Complementary color
Monochromatic Colors of #EF66CE
Black with #EF66CE
Text Example
Text Example
White with #EF66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66CE; }
p { color: rgb(239,102,206); }
H1.HeaderClassName
{
color: #EF66CE;
}
.AnyTagClassName
{
color: #EF66CE;
}
</style>
background-color css
<style>
a { background-color: #EF66CE; }
a { background-color: rgb(239,102,206); }
div.DivClassName
{
background-color: #EF66CE;
}
.BgClassName
{
background-color: #EF66CE;
}
</style>
border-color css
<style>
span { border-color: #EF66CE; }
span { border-color: rgb(239,102,206); }
td.TdClassName
{
border-color: #EF66CE;
}
.TagClassName
{
border-color: #EF66CE;
}
</style>