Shades of Neon Pink #ED6CCE
Tints of Neon Pink #ED6CCE
RGB
CMYK
RGB Variations
Color information
#ED6CCE (or 0xED6CCE) is known color: Neon Pink. HEX triplet: ED, 6C and CE. RGB value is (237,108,206). Sum of RGB (Red+Green+Blue) = 237+108+206=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CCE is #129331. Grayscale: #9D9D9D. Windows color (decimal): -1217330 or 13528301. OLE color: 13528301.
HSL color Cylindrical-coordinate representation of color #ED6CCE: hue angle of 314.42º 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 #ED6CCE is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 206 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.07 |
| HSL | 314.42º | 0.78% | 0.68% | - |
| HSV(B) | 314.42º | 0.54% | 0.93% | - |
| XYZ | 51.43 | 33.19 | 62.09 | - |
| YUV | 157.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 206 | 0 | 0.54 | 0.13 | 0.07 | 314.42 | 0.78 | 0.68 |
| Hex | ED | 6C | CE | 0 | 36 | D | 7 | 13A | 4E | 44 |
| Octal | 355 | 154 | 316 | 0 | 66 | 15 | 7 | 472 | 116 | 104 |
| Binary | 11101101 | 1101100 | 11001110 | 0 | 110110 | 1101 | 111 | 100111010 | 1001110 | 1000100 |
Color Harmonies of #ED6CCE
Complementary color
Monochromatic Colors of #ED6CCE
Black with #ED6CCE
Text Example
Text Example
White with #ED6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CCE; }
p { color: rgb(237,108,206); }
H1.HeaderClassName
{
color: #ED6CCE;
}
.AnyTagClassName
{
color: #ED6CCE;
}
</style>
background-color css
<style>
a { background-color: #ED6CCE; }
a { background-color: rgb(237,108,206); }
div.DivClassName
{
background-color: #ED6CCE;
}
.BgClassName
{
background-color: #ED6CCE;
}
</style>
border-color css
<style>
span { border-color: #ED6CCE; }
span { border-color: rgb(237,108,206); }
td.TdClassName
{
border-color: #ED6CCE;
}
.TagClassName
{
border-color: #ED6CCE;
}
</style>