Shades of Neon Pink #EF5DC0
Tints of Neon Pink #EF5DC0
RGB
CMYK
RGB Variations
Color information
#EF5DC0 (or 0xEF5DC0) is known color: Neon Pink. HEX triplet: EF, 5D and C0. RGB value is (239,93,192). Sum of RGB (Red+Green+Blue) = 239+93+192=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DC0 is #10A23F. Grayscale: #939393. Windows color (decimal): -1090112 or 12606959. OLE color: 12606959.
HSL color Cylindrical-coordinate representation of color #EF5DC0: hue angle of 319.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5DC0 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 192 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.06 |
| HSL | 319.32º | 0.82% | 0.65% | - |
| HSV(B) | 319.32º | 0.61% | 0.94% | - |
| XYZ | 49.03 | 29.99 | 53.07 | - |
| YUV | 147.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 192 | 0 | 0.61 | 0.20 | 0.06 | 319.32 | 0.82 | 0.65 |
| Hex | EF | 5D | C0 | 0 | 3D | 14 | 6 | 13F | 52 | 41 |
| Octal | 357 | 135 | 300 | 0 | 75 | 24 | 6 | 477 | 122 | 101 |
| Binary | 11101111 | 1011101 | 11000000 | 0 | 111101 | 10100 | 110 | 100111111 | 1010010 | 1000001 |
Color Harmonies of #EF5DC0
Complementary color
Monochromatic Colors of #EF5DC0
Black with #EF5DC0
Text Example
Text Example
White with #EF5DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DC0; }
p { color: rgb(239,93,192); }
H1.HeaderClassName
{
color: #EF5DC0;
}
.AnyTagClassName
{
color: #EF5DC0;
}
</style>
background-color css
<style>
a { background-color: #EF5DC0; }
a { background-color: rgb(239,93,192); }
div.DivClassName
{
background-color: #EF5DC0;
}
.BgClassName
{
background-color: #EF5DC0;
}
</style>
border-color css
<style>
span { border-color: #EF5DC0; }
span { border-color: rgb(239,93,192); }
td.TdClassName
{
border-color: #EF5DC0;
}
.TagClassName
{
border-color: #EF5DC0;
}
</style>