Shades of Neon Pink #ED70BF
Tints of Neon Pink #ED70BF
RGB
CMYK
RGB Variations
Color information
#ED70BF (or 0xED70BF) is known color: Neon Pink. HEX triplet: ED, 70 and BF. RGB value is (237,112,191). Sum of RGB (Red+Green+Blue) = 237+112+191=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70BF is #128F40. Grayscale: #9E9E9E. Windows color (decimal): -1216321 or 12546285. OLE color: 12546285.
HSL color Cylindrical-coordinate representation of color #ED70BF: hue angle of 322.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED70BF is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 191 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.07 |
| HSL | 322.08º | 0.78% | 0.68% | - |
| HSV(B) | 322.08º | 0.53% | 0.93% | - |
| XYZ | 50.12 | 33.35 | 53.09 | - |
| YUV | 158.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 191 | 0 | 0.53 | 0.19 | 0.07 | 322.08 | 0.78 | 0.68 |
| Hex | ED | 70 | BF | 0 | 35 | 13 | 7 | 142 | 4E | 44 |
| Octal | 355 | 160 | 277 | 0 | 65 | 23 | 7 | 502 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10111111 | 0 | 110101 | 10011 | 111 | 101000010 | 1001110 | 1000100 |
Color Harmonies of #ED70BF
Complementary color
Monochromatic Colors of #ED70BF
Black with #ED70BF
Text Example
Text Example
White with #ED70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70BF; }
p { color: rgb(237,112,191); }
H1.HeaderClassName
{
color: #ED70BF;
}
.AnyTagClassName
{
color: #ED70BF;
}
</style>
background-color css
<style>
a { background-color: #ED70BF; }
a { background-color: rgb(237,112,191); }
div.DivClassName
{
background-color: #ED70BF;
}
.BgClassName
{
background-color: #ED70BF;
}
</style>
border-color css
<style>
span { border-color: #ED70BF; }
span { border-color: rgb(237,112,191); }
td.TdClassName
{
border-color: #ED70BF;
}
.TagClassName
{
border-color: #ED70BF;
}
</style>