Shades of Neon Pink #EF6CCF
Tints of Neon Pink #EF6CCF
RGB
CMYK
RGB Variations
Color information
#EF6CCF (or 0xEF6CCF) is known color: Neon Pink. HEX triplet: EF, 6C and CF. RGB value is (239,108,207). Sum of RGB (Red+Green+Blue) = 239+108+207=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CCF is #109330. Grayscale: #9E9E9E. Windows color (decimal): -1086257 or 13593839. OLE color: 13593839.
HSL color Cylindrical-coordinate representation of color #EF6CCF: hue angle of 314.66º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6CCF is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 207 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.06 |
| HSL | 314.66º | 0.8% | 0.68% | - |
| HSV(B) | 314.66º | 0.55% | 0.94% | - |
| XYZ | 52.22 | 33.58 | 62.76 | - |
| YUV | 158.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 207 | 0 | 0.55 | 0.13 | 0.06 | 314.66 | 0.8 | 0.68 |
| Hex | EF | 6C | CF | 0 | 37 | D | 6 | 13B | 50 | 44 |
| Octal | 357 | 154 | 317 | 0 | 67 | 15 | 6 | 473 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11001111 | 0 | 110111 | 1101 | 110 | 100111011 | 1010000 | 1000100 |
Color Harmonies of #EF6CCF
Complementary color
Monochromatic Colors of #EF6CCF
Black with #EF6CCF
Text Example
Text Example
White with #EF6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CCF; }
p { color: rgb(239,108,207); }
H1.HeaderClassName
{
color: #EF6CCF;
}
.AnyTagClassName
{
color: #EF6CCF;
}
</style>
background-color css
<style>
a { background-color: #EF6CCF; }
a { background-color: rgb(239,108,207); }
div.DivClassName
{
background-color: #EF6CCF;
}
.BgClassName
{
background-color: #EF6CCF;
}
</style>
border-color css
<style>
span { border-color: #EF6CCF; }
span { border-color: rgb(239,108,207); }
td.TdClassName
{
border-color: #EF6CCF;
}
.TagClassName
{
border-color: #EF6CCF;
}
</style>