Shades of Neon Pink #ED6CCD
Tints of Neon Pink #ED6CCD
RGB
CMYK
RGB Variations
Color information
#ED6CCD (or 0xED6CCD) is known color: Neon Pink. HEX triplet: ED, 6C and CD. RGB value is (237,108,205). Sum of RGB (Red+Green+Blue) = 237+108+205=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CCD is #129332. Grayscale: #9D9D9D. Windows color (decimal): -1217331 or 13462765. OLE color: 13462765.
HSL color Cylindrical-coordinate representation of color #ED6CCD: hue angle of 314.88º 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 #ED6CCD is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 205 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.07 |
| HSL | 314.88º | 0.78% | 0.68% | - |
| HSV(B) | 314.88º | 0.54% | 0.93% | - |
| XYZ | 51.31 | 33.14 | 61.45 | - |
| YUV | 157.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 205 | 0 | 0.54 | 0.14 | 0.07 | 314.88 | 0.78 | 0.68 |
| Hex | ED | 6C | CD | 0 | 36 | E | 7 | 13B | 4E | 44 |
| Octal | 355 | 154 | 315 | 0 | 66 | 16 | 7 | 473 | 116 | 104 |
| Binary | 11101101 | 1101100 | 11001101 | 0 | 110110 | 1110 | 111 | 100111011 | 1001110 | 1000100 |
Color Harmonies of #ED6CCD
Complementary color
Monochromatic Colors of #ED6CCD
Black with #ED6CCD
Text Example
Text Example
White with #ED6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CCD; }
p { color: rgb(237,108,205); }
H1.HeaderClassName
{
color: #ED6CCD;
}
.AnyTagClassName
{
color: #ED6CCD;
}
</style>
background-color css
<style>
a { background-color: #ED6CCD; }
a { background-color: rgb(237,108,205); }
div.DivClassName
{
background-color: #ED6CCD;
}
.BgClassName
{
background-color: #ED6CCD;
}
</style>
border-color css
<style>
span { border-color: #ED6CCD; }
span { border-color: rgb(237,108,205); }
td.TdClassName
{
border-color: #ED6CCD;
}
.TagClassName
{
border-color: #ED6CCD;
}
</style>