Shades of Neon Pink #EF6CD2
Tints of Neon Pink #EF6CD2
RGB
CMYK
RGB Variations
Color information
#EF6CD2 (or 0xEF6CD2) is known color: Neon Pink. HEX triplet: EF, 6C and D2. RGB value is (239,108,210). Sum of RGB (Red+Green+Blue) = 239+108+210=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CD2 is #10932D. Grayscale: #9E9E9E. Windows color (decimal): -1086254 or 13790447. OLE color: 13790447.
HSL color Cylindrical-coordinate representation of color #EF6CD2: hue angle of 313.28º 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 #EF6CD2 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 210 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.06 |
| HSL | 313.28º | 0.8% | 0.68% | - |
| HSV(B) | 313.28º | 0.55% | 0.94% | - |
| XYZ | 52.59 | 33.73 | 64.71 | - |
| YUV | 158.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 210 | 0 | 0.55 | 0.12 | 0.06 | 313.28 | 0.8 | 0.68 |
| Hex | EF | 6C | D2 | 0 | 37 | C | 6 | 139 | 50 | 44 |
| Octal | 357 | 154 | 322 | 0 | 67 | 14 | 6 | 471 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11010010 | 0 | 110111 | 1100 | 110 | 100111001 | 1010000 | 1000100 |
Color Harmonies of #EF6CD2
Complementary color
Monochromatic Colors of #EF6CD2
Black with #EF6CD2
Text Example
Text Example
White with #EF6CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CD2; }
p { color: rgb(239,108,210); }
H1.HeaderClassName
{
color: #EF6CD2;
}
.AnyTagClassName
{
color: #EF6CD2;
}
</style>
background-color css
<style>
a { background-color: #EF6CD2; }
a { background-color: rgb(239,108,210); }
div.DivClassName
{
background-color: #EF6CD2;
}
.BgClassName
{
background-color: #EF6CD2;
}
</style>
border-color css
<style>
span { border-color: #EF6CD2; }
span { border-color: rgb(239,108,210); }
td.TdClassName
{
border-color: #EF6CD2;
}
.TagClassName
{
border-color: #EF6CD2;
}
</style>