Shades of Neon Pink #EF57BE
Tints of Neon Pink #EF57BE
RGB
CMYK
RGB Variations
Color information
#EF57BE (or 0xEF57BE) is known color: Neon Pink. HEX triplet: EF, 57 and BE. RGB value is (239,87,190). Sum of RGB (Red+Green+Blue) = 239+87+190=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57BE is #10A841. Grayscale: #8F8F8F. Windows color (decimal): -1091650 or 12474351. OLE color: 12474351.
HSL color Cylindrical-coordinate representation of color #EF57BE: hue angle of 319.34º 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 #EF57BE is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 190 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.06 |
| HSL | 319.34º | 0.83% | 0.64% | - |
| HSV(B) | 319.34º | 0.64% | 0.94% | - |
| XYZ | 48.3 | 28.88 | 51.74 | - |
| YUV | 144.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 190 | 0 | 0.64 | 0.21 | 0.06 | 319.34 | 0.83 | 0.64 |
| Hex | EF | 57 | BE | 0 | 40 | 15 | 6 | 13F | 53 | 40 |
| Octal | 357 | 127 | 276 | 0 | 100 | 25 | 6 | 477 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10111110 | 0 | 1000000 | 10101 | 110 | 100111111 | 1010011 | 1000000 |
Color Harmonies of #EF57BE
Complementary color
Monochromatic Colors of #EF57BE
Black with #EF57BE
Text Example
Text Example
White with #EF57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57BE; }
p { color: rgb(239,87,190); }
H1.HeaderClassName
{
color: #EF57BE;
}
.AnyTagClassName
{
color: #EF57BE;
}
</style>
background-color css
<style>
a { background-color: #EF57BE; }
a { background-color: rgb(239,87,190); }
div.DivClassName
{
background-color: #EF57BE;
}
.BgClassName
{
background-color: #EF57BE;
}
</style>
border-color css
<style>
span { border-color: #EF57BE; }
span { border-color: rgb(239,87,190); }
td.TdClassName
{
border-color: #EF57BE;
}
.TagClassName
{
border-color: #EF57BE;
}
</style>