Shades of Neon Pink #EF66C9
Tints of Neon Pink #EF66C9
RGB
CMYK
RGB Variations
Color information
#EF66C9 (or 0xEF66C9) is known color: Neon Pink. HEX triplet: EF, 66 and C9. RGB value is (239,102,201). Sum of RGB (Red+Green+Blue) = 239+102+201=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66C9 is #109936. Grayscale: #999999. Windows color (decimal): -1087799 or 13199087. OLE color: 13199087.
HSL color Cylindrical-coordinate representation of color #EF66C9: hue angle of 316.64º 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 #EF66C9 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 201 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.06 |
| HSL | 316.64º | 0.81% | 0.67% | - |
| HSV(B) | 316.64º | 0.57% | 0.94% | - |
| XYZ | 50.89 | 32.07 | 58.77 | - |
| YUV | 154.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 201 | 0 | 0.57 | 0.16 | 0.06 | 316.64 | 0.81 | 0.67 |
| Hex | EF | 66 | C9 | 0 | 39 | 10 | 6 | 13D | 51 | 43 |
| Octal | 357 | 146 | 311 | 0 | 71 | 20 | 6 | 475 | 121 | 103 |
| Binary | 11101111 | 1100110 | 11001001 | 0 | 111001 | 10000 | 110 | 100111101 | 1010001 | 1000011 |
Color Harmonies of #EF66C9
Complementary color
Monochromatic Colors of #EF66C9
Black with #EF66C9
Text Example
Text Example
White with #EF66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66C9; }
p { color: rgb(239,102,201); }
H1.HeaderClassName
{
color: #EF66C9;
}
.AnyTagClassName
{
color: #EF66C9;
}
</style>
background-color css
<style>
a { background-color: #EF66C9; }
a { background-color: rgb(239,102,201); }
div.DivClassName
{
background-color: #EF66C9;
}
.BgClassName
{
background-color: #EF66C9;
}
</style>
border-color css
<style>
span { border-color: #EF66C9; }
span { border-color: rgb(239,102,201); }
td.TdClassName
{
border-color: #EF66C9;
}
.TagClassName
{
border-color: #EF66C9;
}
</style>