Shades of Neon Pink #ED5BBF
Tints of Neon Pink #ED5BBF
RGB
CMYK
RGB Variations
Color information
#ED5BBF (or 0xED5BBF) is known color: Neon Pink. HEX triplet: ED, 5B and BF. RGB value is (237,91,191). Sum of RGB (Red+Green+Blue) = 237+91+191=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5BBF is #12A440. Grayscale: #919191. Windows color (decimal): -1221697 or 12540909. OLE color: 12540909.
HSL color Cylindrical-coordinate representation of color #ED5BBF: hue angle of 318.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5BBF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 191 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.07 |
| HSL | 318.9º | 0.8% | 0.64% | - |
| HSV(B) | 318.9º | 0.62% | 0.93% | - |
| XYZ | 48.07 | 29.25 | 52.4 | - |
| YUV | 146.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 191 | 0 | 0.62 | 0.19 | 0.07 | 318.9 | 0.8 | 0.64 |
| Hex | ED | 5B | BF | 0 | 3E | 13 | 7 | 13F | 50 | 40 |
| Octal | 355 | 133 | 277 | 0 | 76 | 23 | 7 | 477 | 120 | 100 |
| Binary | 11101101 | 1011011 | 10111111 | 0 | 111110 | 10011 | 111 | 100111111 | 1010000 | 1000000 |
Color Harmonies of #ED5BBF
Complementary color
Monochromatic Colors of #ED5BBF
Black with #ED5BBF
Text Example
Text Example
White with #ED5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5BBF; }
p { color: rgb(237,91,191); }
H1.HeaderClassName
{
color: #ED5BBF;
}
.AnyTagClassName
{
color: #ED5BBF;
}
</style>
background-color css
<style>
a { background-color: #ED5BBF; }
a { background-color: rgb(237,91,191); }
div.DivClassName
{
background-color: #ED5BBF;
}
.BgClassName
{
background-color: #ED5BBF;
}
</style>
border-color css
<style>
span { border-color: #ED5BBF; }
span { border-color: rgb(237,91,191); }
td.TdClassName
{
border-color: #ED5BBF;
}
.TagClassName
{
border-color: #ED5BBF;
}
</style>