Shades of Neon Pink #EF53C0
Tints of Neon Pink #EF53C0
RGB
CMYK
RGB Variations
Color information
#EF53C0 (or 0xEF53C0) is known color: Neon Pink. HEX triplet: EF, 53 and C0. RGB value is (239,83,192). Sum of RGB (Red+Green+Blue) = 239+83+192=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53C0 is #10AC3F. Grayscale: #8D8D8D. Windows color (decimal): -1092672 or 12604399. OLE color: 12604399.
HSL color Cylindrical-coordinate representation of color #EF53C0: hue angle of 318.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF53C0 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 192 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.06 |
| HSL | 318.08º | 0.83% | 0.63% | - |
| HSV(B) | 318.08º | 0.65% | 0.94% | - |
| XYZ | 48.2 | 28.34 | 52.8 | - |
| YUV | 142.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 192 | 0 | 0.65 | 0.20 | 0.06 | 318.08 | 0.83 | 0.63 |
| Hex | EF | 53 | C0 | 0 | 41 | 14 | 6 | 13E | 53 | 3F |
| Octal | 357 | 123 | 300 | 0 | 101 | 24 | 6 | 476 | 123 | 77 |
| Binary | 11101111 | 1010011 | 11000000 | 0 | 1000001 | 10100 | 110 | 100111110 | 1010011 | 111111 |
Color Harmonies of #EF53C0
Complementary color
Monochromatic Colors of #EF53C0
Black with #EF53C0
Text Example
Text Example
White with #EF53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53C0; }
p { color: rgb(239,83,192); }
H1.HeaderClassName
{
color: #EF53C0;
}
.AnyTagClassName
{
color: #EF53C0;
}
</style>
background-color css
<style>
a { background-color: #EF53C0; }
a { background-color: rgb(239,83,192); }
div.DivClassName
{
background-color: #EF53C0;
}
.BgClassName
{
background-color: #EF53C0;
}
</style>
border-color css
<style>
span { border-color: #EF53C0; }
span { border-color: rgb(239,83,192); }
td.TdClassName
{
border-color: #EF53C0;
}
.TagClassName
{
border-color: #EF53C0;
}
</style>