Shades of Neon Pink #ED6DCE
Tints of Neon Pink #ED6DCE
RGB
CMYK
RGB Variations
Color information
#ED6DCE (or 0xED6DCE) is known color: Neon Pink. HEX triplet: ED, 6D and CE. RGB value is (237,109,206). Sum of RGB (Red+Green+Blue) = 237+109+206=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DCE is #129231. Grayscale: #9E9E9E. Windows color (decimal): -1217074 or 13528557. OLE color: 13528557.
HSL color Cylindrical-coordinate representation of color #ED6DCE: hue angle of 314.53º 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 #ED6DCE is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 206 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.07 |
| HSL | 314.53º | 0.78% | 0.68% | - |
| HSV(B) | 314.53º | 0.54% | 0.93% | - |
| XYZ | 51.53 | 33.4 | 62.12 | - |
| YUV | 158.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 206 | 0 | 0.54 | 0.13 | 0.07 | 314.53 | 0.78 | 0.68 |
| Hex | ED | 6D | CE | 0 | 36 | D | 7 | 13B | 4E | 44 |
| Octal | 355 | 155 | 316 | 0 | 66 | 15 | 7 | 473 | 116 | 104 |
| Binary | 11101101 | 1101101 | 11001110 | 0 | 110110 | 1101 | 111 | 100111011 | 1001110 | 1000100 |
Color Harmonies of #ED6DCE
Complementary color
Monochromatic Colors of #ED6DCE
Black with #ED6DCE
Text Example
Text Example
White with #ED6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6DCE; }
p { color: rgb(237,109,206); }
H1.HeaderClassName
{
color: #ED6DCE;
}
.AnyTagClassName
{
color: #ED6DCE;
}
</style>
background-color css
<style>
a { background-color: #ED6DCE; }
a { background-color: rgb(237,109,206); }
div.DivClassName
{
background-color: #ED6DCE;
}
.BgClassName
{
background-color: #ED6DCE;
}
</style>
border-color css
<style>
span { border-color: #ED6DCE; }
span { border-color: rgb(237,109,206); }
td.TdClassName
{
border-color: #ED6DCE;
}
.TagClassName
{
border-color: #ED6DCE;
}
</style>