Shades of Neon Pink #EF6CCC
Tints of Neon Pink #EF6CCC
RGB
CMYK
RGB Variations
Color information
#EF6CCC (or 0xEF6CCC) is known color: Neon Pink. HEX triplet: EF, 6C and CC. RGB value is (239,108,204). Sum of RGB (Red+Green+Blue) = 239+108+204=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CCC is #109333. Grayscale: #9D9D9D. Windows color (decimal): -1086260 or 13397231. OLE color: 13397231.
HSL color Cylindrical-coordinate representation of color #EF6CCC: hue angle of 316.03º 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 #EF6CCC is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 204 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.06 |
| HSL | 316.03º | 0.8% | 0.68% | - |
| HSV(B) | 316.03º | 0.55% | 0.94% | - |
| XYZ | 51.86 | 33.44 | 60.85 | - |
| YUV | 158.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 204 | 0 | 0.55 | 0.15 | 0.06 | 316.03 | 0.8 | 0.68 |
| Hex | EF | 6C | CC | 0 | 37 | F | 6 | 13C | 50 | 44 |
| Octal | 357 | 154 | 314 | 0 | 67 | 17 | 6 | 474 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11001100 | 0 | 110111 | 1111 | 110 | 100111100 | 1010000 | 1000100 |
Color Harmonies of #EF6CCC
Complementary color
Monochromatic Colors of #EF6CCC
Black with #EF6CCC
Text Example
Text Example
White with #EF6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CCC; }
p { color: rgb(239,108,204); }
H1.HeaderClassName
{
color: #EF6CCC;
}
.AnyTagClassName
{
color: #EF6CCC;
}
</style>
background-color css
<style>
a { background-color: #EF6CCC; }
a { background-color: rgb(239,108,204); }
div.DivClassName
{
background-color: #EF6CCC;
}
.BgClassName
{
background-color: #EF6CCC;
}
</style>
border-color css
<style>
span { border-color: #EF6CCC; }
span { border-color: rgb(239,108,204); }
td.TdClassName
{
border-color: #EF6CCC;
}
.TagClassName
{
border-color: #EF6CCC;
}
</style>