Shades of Neon Pink #EF71CE
Tints of Neon Pink #EF71CE
RGB
CMYK
RGB Variations
Color information
#EF71CE (or 0xEF71CE) is known color: Neon Pink. HEX triplet: EF, 71 and CE. RGB value is (239,113,206). Sum of RGB (Red+Green+Blue) = 239+113+206=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71CE is #108E31. Grayscale: #A1A1A1. Windows color (decimal): -1084978 or 13529583. OLE color: 13529583.
HSL color Cylindrical-coordinate representation of color #EF71CE: hue angle of 315.71º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71CE is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 206 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.06 |
| HSL | 315.71º | 0.8% | 0.69% | - |
| HSV(B) | 315.71º | 0.53% | 0.94% | - |
| XYZ | 52.64 | 34.62 | 62.3 | - |
| YUV | 161.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 206 | 0 | 0.53 | 0.14 | 0.06 | 315.71 | 0.8 | 0.69 |
| Hex | EF | 71 | CE | 0 | 35 | E | 6 | 13C | 50 | 45 |
| Octal | 357 | 161 | 316 | 0 | 65 | 16 | 6 | 474 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11001110 | 0 | 110101 | 1110 | 110 | 100111100 | 1010000 | 1000101 |
Color Harmonies of #EF71CE
Complementary color
Monochromatic Colors of #EF71CE
Black with #EF71CE
Text Example
Text Example
White with #EF71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71CE; }
p { color: rgb(239,113,206); }
H1.HeaderClassName
{
color: #EF71CE;
}
.AnyTagClassName
{
color: #EF71CE;
}
</style>
background-color css
<style>
a { background-color: #EF71CE; }
a { background-color: rgb(239,113,206); }
div.DivClassName
{
background-color: #EF71CE;
}
.BgClassName
{
background-color: #EF71CE;
}
</style>
border-color css
<style>
span { border-color: #EF71CE; }
span { border-color: rgb(239,113,206); }
td.TdClassName
{
border-color: #EF71CE;
}
.TagClassName
{
border-color: #EF71CE;
}
</style>