Shades of Neon Pink #EF57C0
Tints of Neon Pink #EF57C0
RGB
CMYK
RGB Variations
Color information
#EF57C0 (or 0xEF57C0) is known color: Neon Pink. HEX triplet: EF, 57 and C0. RGB value is (239,87,192). Sum of RGB (Red+Green+Blue) = 239+87+192=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57C0 is #10A83F. Grayscale: #909090. Windows color (decimal): -1091648 or 12605423. OLE color: 12605423.
HSL color Cylindrical-coordinate representation of color #EF57C0: hue angle of 318.55º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF57C0 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 192 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.06 |
| HSL | 318.55º | 0.83% | 0.64% | - |
| HSV(B) | 318.55º | 0.64% | 0.94% | - |
| XYZ | 48.52 | 28.97 | 52.9 | - |
| YUV | 144.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 192 | 0 | 0.64 | 0.20 | 0.06 | 318.55 | 0.83 | 0.64 |
| Hex | EF | 57 | C0 | 0 | 40 | 14 | 6 | 13F | 53 | 40 |
| Octal | 357 | 127 | 300 | 0 | 100 | 24 | 6 | 477 | 123 | 100 |
| Binary | 11101111 | 1010111 | 11000000 | 0 | 1000000 | 10100 | 110 | 100111111 | 1010011 | 1000000 |
Color Harmonies of #EF57C0
Complementary color
Monochromatic Colors of #EF57C0
Black with #EF57C0
Text Example
Text Example
White with #EF57C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57C0; }
p { color: rgb(239,87,192); }
H1.HeaderClassName
{
color: #EF57C0;
}
.AnyTagClassName
{
color: #EF57C0;
}
</style>
background-color css
<style>
a { background-color: #EF57C0; }
a { background-color: rgb(239,87,192); }
div.DivClassName
{
background-color: #EF57C0;
}
.BgClassName
{
background-color: #EF57C0;
}
</style>
border-color css
<style>
span { border-color: #EF57C0; }
span { border-color: rgb(239,87,192); }
td.TdClassName
{
border-color: #EF57C0;
}
.TagClassName
{
border-color: #EF57C0;
}
</style>