Shades of Neon Pink #EF6DCF
Tints of Neon Pink #EF6DCF
RGB
CMYK
RGB Variations
Color information
#EF6DCF (or 0xEF6DCF) is known color: Neon Pink. HEX triplet: EF, 6D and CF. RGB value is (239,109,207). Sum of RGB (Red+Green+Blue) = 239+109+207=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DCF is #109230. Grayscale: #9E9E9E. Windows color (decimal): -1086001 or 13594095. OLE color: 13594095.
HSL color Cylindrical-coordinate representation of color #EF6DCF: hue angle of 314.77º 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 #EF6DCF is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 207 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.06 |
| HSL | 314.77º | 0.8% | 0.68% | - |
| HSV(B) | 314.77º | 0.54% | 0.94% | - |
| XYZ | 52.33 | 33.79 | 62.8 | - |
| YUV | 159.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 207 | 0 | 0.54 | 0.13 | 0.06 | 314.77 | 0.8 | 0.68 |
| Hex | EF | 6D | CF | 0 | 36 | D | 6 | 13B | 50 | 44 |
| Octal | 357 | 155 | 317 | 0 | 66 | 15 | 6 | 473 | 120 | 104 |
| Binary | 11101111 | 1101101 | 11001111 | 0 | 110110 | 1101 | 110 | 100111011 | 1010000 | 1000100 |
Color Harmonies of #EF6DCF
Complementary color
Monochromatic Colors of #EF6DCF
Black with #EF6DCF
Text Example
Text Example
White with #EF6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DCF; }
p { color: rgb(239,109,207); }
H1.HeaderClassName
{
color: #EF6DCF;
}
.AnyTagClassName
{
color: #EF6DCF;
}
</style>
background-color css
<style>
a { background-color: #EF6DCF; }
a { background-color: rgb(239,109,207); }
div.DivClassName
{
background-color: #EF6DCF;
}
.BgClassName
{
background-color: #EF6DCF;
}
</style>
border-color css
<style>
span { border-color: #EF6DCF; }
span { border-color: rgb(239,109,207); }
td.TdClassName
{
border-color: #EF6DCF;
}
.TagClassName
{
border-color: #EF6DCF;
}
</style>