Shades of Neon Pink #ED6ECF
Tints of Neon Pink #ED6ECF
RGB
CMYK
RGB Variations
Color information
#ED6ECF (or 0xED6ECF) is known color: Neon Pink. HEX triplet: ED, 6E and CF. RGB value is (237,110,207). Sum of RGB (Red+Green+Blue) = 237+110+207=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ECF is #129130. Grayscale: #9E9E9E. Windows color (decimal): -1216817 or 13594349. OLE color: 13594349.
HSL color Cylindrical-coordinate representation of color #ED6ECF: hue angle of 314.17º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6ECF is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 207 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.07 |
| HSL | 314.17º | 0.78% | 0.68% | - |
| HSV(B) | 314.17º | 0.54% | 0.93% | - |
| XYZ | 51.76 | 33.66 | 62.8 | - |
| YUV | 159.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 207 | 0 | 0.54 | 0.13 | 0.07 | 314.17 | 0.78 | 0.68 |
| Hex | ED | 6E | CF | 0 | 36 | D | 7 | 13A | 4E | 44 |
| Octal | 355 | 156 | 317 | 0 | 66 | 15 | 7 | 472 | 116 | 104 |
| Binary | 11101101 | 1101110 | 11001111 | 0 | 110110 | 1101 | 111 | 100111010 | 1001110 | 1000100 |
Color Harmonies of #ED6ECF
Complementary color
Monochromatic Colors of #ED6ECF
Black with #ED6ECF
Text Example
Text Example
White with #ED6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6ECF; }
p { color: rgb(237,110,207); }
H1.HeaderClassName
{
color: #ED6ECF;
}
.AnyTagClassName
{
color: #ED6ECF;
}
</style>
background-color css
<style>
a { background-color: #ED6ECF; }
a { background-color: rgb(237,110,207); }
div.DivClassName
{
background-color: #ED6ECF;
}
.BgClassName
{
background-color: #ED6ECF;
}
</style>
border-color css
<style>
span { border-color: #ED6ECF; }
span { border-color: rgb(237,110,207); }
td.TdClassName
{
border-color: #ED6ECF;
}
.TagClassName
{
border-color: #ED6ECF;
}
</style>