Shades of Neon Pink #EF6CCD
Tints of Neon Pink #EF6CCD
RGB
CMYK
RGB Variations
Color information
#EF6CCD (or 0xEF6CCD) is known color: Neon Pink. HEX triplet: EF, 6C and CD. RGB value is (239,108,205). Sum of RGB (Red+Green+Blue) = 239+108+205=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CCD is #109332. Grayscale: #9D9D9D. Windows color (decimal): -1086259 or 13462767. OLE color: 13462767.
HSL color Cylindrical-coordinate representation of color #EF6CCD: hue angle of 315.57º 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 #EF6CCD is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 205 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.06 |
| HSL | 315.57º | 0.8% | 0.68% | - |
| HSV(B) | 315.57º | 0.55% | 0.94% | - |
| XYZ | 51.98 | 33.48 | 61.48 | - |
| YUV | 158.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 205 | 0 | 0.55 | 0.14 | 0.06 | 315.57 | 0.8 | 0.68 |
| Hex | EF | 6C | CD | 0 | 37 | E | 6 | 13C | 50 | 44 |
| Octal | 357 | 154 | 315 | 0 | 67 | 16 | 6 | 474 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11001101 | 0 | 110111 | 1110 | 110 | 100111100 | 1010000 | 1000100 |
Color Harmonies of #EF6CCD
Complementary color
Monochromatic Colors of #EF6CCD
Black with #EF6CCD
Text Example
Text Example
White with #EF6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CCD; }
p { color: rgb(239,108,205); }
H1.HeaderClassName
{
color: #EF6CCD;
}
.AnyTagClassName
{
color: #EF6CCD;
}
</style>
background-color css
<style>
a { background-color: #EF6CCD; }
a { background-color: rgb(239,108,205); }
div.DivClassName
{
background-color: #EF6CCD;
}
.BgClassName
{
background-color: #EF6CCD;
}
</style>
border-color css
<style>
span { border-color: #EF6CCD; }
span { border-color: rgb(239,108,205); }
td.TdClassName
{
border-color: #EF6CCD;
}
.TagClassName
{
border-color: #EF6CCD;
}
</style>