Shades of Neon Pink #ED56C0
Tints of Neon Pink #ED56C0
RGB
CMYK
RGB Variations
Color information
#ED56C0 (or 0xED56C0) is known color: Neon Pink. HEX triplet: ED, 56 and C0. RGB value is (237,86,192). Sum of RGB (Red+Green+Blue) = 237+86+192=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56C0 is #12A93F. Grayscale: #8E8E8E. Windows color (decimal): -1222976 or 12605165. OLE color: 12605165.
HSL color Cylindrical-coordinate representation of color #ED56C0: hue angle of 317.88º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED56C0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 192 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.07 |
| HSL | 317.88º | 0.81% | 0.63% | - |
| HSV(B) | 317.88º | 0.64% | 0.93% | - |
| XYZ | 47.77 | 28.47 | 52.85 | - |
| YUV | 143.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 192 | 0 | 0.64 | 0.19 | 0.07 | 317.88 | 0.81 | 0.63 |
| Hex | ED | 56 | C0 | 0 | 40 | 13 | 7 | 13E | 51 | 3F |
| Octal | 355 | 126 | 300 | 0 | 100 | 23 | 7 | 476 | 121 | 77 |
| Binary | 11101101 | 1010110 | 11000000 | 0 | 1000000 | 10011 | 111 | 100111110 | 1010001 | 111111 |
Color Harmonies of #ED56C0
Complementary color
Monochromatic Colors of #ED56C0
Black with #ED56C0
Text Example
Text Example
White with #ED56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED56C0; }
p { color: rgb(237,86,192); }
H1.HeaderClassName
{
color: #ED56C0;
}
.AnyTagClassName
{
color: #ED56C0;
}
</style>
background-color css
<style>
a { background-color: #ED56C0; }
a { background-color: rgb(237,86,192); }
div.DivClassName
{
background-color: #ED56C0;
}
.BgClassName
{
background-color: #ED56C0;
}
</style>
border-color css
<style>
span { border-color: #ED56C0; }
span { border-color: rgb(237,86,192); }
td.TdClassName
{
border-color: #ED56C0;
}
.TagClassName
{
border-color: #ED56C0;
}
</style>