Shades of Neon Pink #EF6ECF
Tints of Neon Pink #EF6ECF
RGB
CMYK
RGB Variations
Color information
#EF6ECF (or 0xEF6ECF) is known color: Neon Pink. HEX triplet: EF, 6E and CF. RGB value is (239,110,207). Sum of RGB (Red+Green+Blue) = 239+110+207=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ECF is #109130. Grayscale: #9F9F9F. Windows color (decimal): -1085745 or 13594351. OLE color: 13594351.
HSL color Cylindrical-coordinate representation of color #EF6ECF: hue angle of 314.88º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6ECF is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 207 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.06 |
| HSL | 314.88º | 0.8% | 0.68% | - |
| HSV(B) | 314.88º | 0.54% | 0.94% | - |
| XYZ | 52.44 | 34.01 | 62.83 | - |
| YUV | 159.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 207 | 0 | 0.54 | 0.13 | 0.06 | 314.88 | 0.8 | 0.68 |
| Hex | EF | 6E | CF | 0 | 36 | D | 6 | 13B | 50 | 44 |
| Octal | 357 | 156 | 317 | 0 | 66 | 15 | 6 | 473 | 120 | 104 |
| Binary | 11101111 | 1101110 | 11001111 | 0 | 110110 | 1101 | 110 | 100111011 | 1010000 | 1000100 |
Color Harmonies of #EF6ECF
Complementary color
Monochromatic Colors of #EF6ECF
Black with #EF6ECF
Text Example
Text Example
White with #EF6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6ECF; }
p { color: rgb(239,110,207); }
H1.HeaderClassName
{
color: #EF6ECF;
}
.AnyTagClassName
{
color: #EF6ECF;
}
</style>
background-color css
<style>
a { background-color: #EF6ECF; }
a { background-color: rgb(239,110,207); }
div.DivClassName
{
background-color: #EF6ECF;
}
.BgClassName
{
background-color: #EF6ECF;
}
</style>
border-color css
<style>
span { border-color: #EF6ECF; }
span { border-color: rgb(239,110,207); }
td.TdClassName
{
border-color: #EF6ECF;
}
.TagClassName
{
border-color: #EF6ECF;
}
</style>