Shades of Neon Pink #ED57BE
Tints of Neon Pink #ED57BE
RGB
CMYK
RGB Variations
Color information
#ED57BE (or 0xED57BE) is known color: Neon Pink. HEX triplet: ED, 57 and BE. RGB value is (237,87,190). Sum of RGB (Red+Green+Blue) = 237+87+190=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED57BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED57BE is #12A841. Grayscale: #8F8F8F. Windows color (decimal): -1222722 or 12474349. OLE color: 12474349.
HSL color Cylindrical-coordinate representation of color #ED57BE: hue angle of 318.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED57BE is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 190 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.07 |
| HSL | 318.8º | 0.81% | 0.64% | - |
| HSV(B) | 318.8º | 0.63% | 0.93% | - |
| XYZ | 47.63 | 28.54 | 51.71 | - |
| YUV | 143.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 190 | 0 | 0.63 | 0.20 | 0.07 | 318.8 | 0.81 | 0.64 |
| Hex | ED | 57 | BE | 0 | 3F | 14 | 7 | 13F | 51 | 40 |
| Octal | 355 | 127 | 276 | 0 | 77 | 24 | 7 | 477 | 121 | 100 |
| Binary | 11101101 | 1010111 | 10111110 | 0 | 111111 | 10100 | 111 | 100111111 | 1010001 | 1000000 |
Color Harmonies of #ED57BE
Complementary color
Monochromatic Colors of #ED57BE
Black with #ED57BE
Text Example
Text Example
White with #ED57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED57BE; }
p { color: rgb(237,87,190); }
H1.HeaderClassName
{
color: #ED57BE;
}
.AnyTagClassName
{
color: #ED57BE;
}
</style>
background-color css
<style>
a { background-color: #ED57BE; }
a { background-color: rgb(237,87,190); }
div.DivClassName
{
background-color: #ED57BE;
}
.BgClassName
{
background-color: #ED57BE;
}
</style>
border-color css
<style>
span { border-color: #ED57BE; }
span { border-color: rgb(237,87,190); }
td.TdClassName
{
border-color: #ED57BE;
}
.TagClassName
{
border-color: #ED57BE;
}
</style>