Shades of Neon Pink #ED55BF
Tints of Neon Pink #ED55BF
RGB
CMYK
RGB Variations
Color information
#ED55BF (or 0xED55BF) is known color: Neon Pink. HEX triplet: ED, 55 and BF. RGB value is (237,85,191). Sum of RGB (Red+Green+Blue) = 237+85+191=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55BF is #12AA40. Grayscale: #8E8E8E. Windows color (decimal): -1223233 or 12539373. OLE color: 12539373.
HSL color Cylindrical-coordinate representation of color #ED55BF: hue angle of 318.16º 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 #ED55BF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 191 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.07 |
| HSL | 318.16º | 0.81% | 0.63% | - |
| HSV(B) | 318.16º | 0.64% | 0.93% | - |
| XYZ | 47.58 | 28.26 | 52.24 | - |
| YUV | 142.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 191 | 0 | 0.64 | 0.19 | 0.07 | 318.16 | 0.81 | 0.63 |
| Hex | ED | 55 | BF | 0 | 40 | 13 | 7 | 13E | 51 | 3F |
| Octal | 355 | 125 | 277 | 0 | 100 | 23 | 7 | 476 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10111111 | 0 | 1000000 | 10011 | 111 | 100111110 | 1010001 | 111111 |
Color Harmonies of #ED55BF
Complementary color
Monochromatic Colors of #ED55BF
Black with #ED55BF
Text Example
Text Example
White with #ED55BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55BF; }
p { color: rgb(237,85,191); }
H1.HeaderClassName
{
color: #ED55BF;
}
.AnyTagClassName
{
color: #ED55BF;
}
</style>
background-color css
<style>
a { background-color: #ED55BF; }
a { background-color: rgb(237,85,191); }
div.DivClassName
{
background-color: #ED55BF;
}
.BgClassName
{
background-color: #ED55BF;
}
</style>
border-color css
<style>
span { border-color: #ED55BF; }
span { border-color: rgb(237,85,191); }
td.TdClassName
{
border-color: #ED55BF;
}
.TagClassName
{
border-color: #ED55BF;
}
</style>