Shades of Neon Pink #ED56BF
Tints of Neon Pink #ED56BF
RGB
CMYK
RGB Variations
Color information
#ED56BF (or 0xED56BF) is known color: Neon Pink. HEX triplet: ED, 56 and BF. RGB value is (237,86,191). Sum of RGB (Red+Green+Blue) = 237+86+191=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56BF is #12A940. Grayscale: #8E8E8E. Windows color (decimal): -1222977 or 12539629. OLE color: 12539629.
HSL color Cylindrical-coordinate representation of color #ED56BF: hue angle of 318.28º 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 #ED56BF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 191 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.07 |
| HSL | 318.28º | 0.81% | 0.63% | - |
| HSV(B) | 318.28º | 0.64% | 0.93% | - |
| XYZ | 47.66 | 28.42 | 52.26 | - |
| YUV | 143.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 191 | 0 | 0.64 | 0.19 | 0.07 | 318.28 | 0.81 | 0.63 |
| Hex | ED | 56 | BF | 0 | 40 | 13 | 7 | 13E | 51 | 3F |
| Octal | 355 | 126 | 277 | 0 | 100 | 23 | 7 | 476 | 121 | 77 |
| Binary | 11101101 | 1010110 | 10111111 | 0 | 1000000 | 10011 | 111 | 100111110 | 1010001 | 111111 |
Color Harmonies of #ED56BF
Complementary color
Monochromatic Colors of #ED56BF
Black with #ED56BF
Text Example
Text Example
White with #ED56BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED56BF; }
p { color: rgb(237,86,191); }
H1.HeaderClassName
{
color: #ED56BF;
}
.AnyTagClassName
{
color: #ED56BF;
}
</style>
background-color css
<style>
a { background-color: #ED56BF; }
a { background-color: rgb(237,86,191); }
div.DivClassName
{
background-color: #ED56BF;
}
.BgClassName
{
background-color: #ED56BF;
}
</style>
border-color css
<style>
span { border-color: #ED56BF; }
span { border-color: rgb(237,86,191); }
td.TdClassName
{
border-color: #ED56BF;
}
.TagClassName
{
border-color: #ED56BF;
}
</style>