Shades of Neon Pink #EF54C0
Tints of Neon Pink #EF54C0
RGB
CMYK
RGB Variations
Color information
#EF54C0 (or 0xEF54C0) is known color: Neon Pink. HEX triplet: EF, 54 and C0. RGB value is (239,84,192). Sum of RGB (Red+Green+Blue) = 239+84+192=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54C0 is #10AB3F. Grayscale: #8E8E8E. Windows color (decimal): -1092416 or 12604655. OLE color: 12604655.
HSL color Cylindrical-coordinate representation of color #EF54C0: hue angle of 318.19º 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 #EF54C0 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 192 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.06 |
| HSL | 318.19º | 0.83% | 0.63% | - |
| HSV(B) | 318.19º | 0.65% | 0.94% | - |
| XYZ | 48.28 | 28.5 | 52.82 | - |
| YUV | 142.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 192 | 0 | 0.65 | 0.20 | 0.06 | 318.19 | 0.83 | 0.63 |
| Hex | EF | 54 | C0 | 0 | 41 | 14 | 6 | 13E | 53 | 3F |
| Octal | 357 | 124 | 300 | 0 | 101 | 24 | 6 | 476 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11000000 | 0 | 1000001 | 10100 | 110 | 100111110 | 1010011 | 111111 |
Color Harmonies of #EF54C0
Complementary color
Monochromatic Colors of #EF54C0
Black with #EF54C0
Text Example
Text Example
White with #EF54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54C0; }
p { color: rgb(239,84,192); }
H1.HeaderClassName
{
color: #EF54C0;
}
.AnyTagClassName
{
color: #EF54C0;
}
</style>
background-color css
<style>
a { background-color: #EF54C0; }
a { background-color: rgb(239,84,192); }
div.DivClassName
{
background-color: #EF54C0;
}
.BgClassName
{
background-color: #EF54C0;
}
</style>
border-color css
<style>
span { border-color: #EF54C0; }
span { border-color: rgb(239,84,192); }
td.TdClassName
{
border-color: #EF54C0;
}
.TagClassName
{
border-color: #EF54C0;
}
</style>