Shades of Neon Pink #ED6CCA
Tints of Neon Pink #ED6CCA
RGB
CMYK
RGB Variations
Color information
#ED6CCA (or 0xED6CCA) is known color: Neon Pink. HEX triplet: ED, 6C and CA. RGB value is (237,108,202). Sum of RGB (Red+Green+Blue) = 237+108+202=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CCA is #129335. Grayscale: #9D9D9D. Windows color (decimal): -1217334 or 13266157. OLE color: 13266157.
HSL color Cylindrical-coordinate representation of color #ED6CCA: hue angle of 316.28º 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 #ED6CCA is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 202 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.07 |
| HSL | 316.28º | 0.78% | 0.68% | - |
| HSV(B) | 316.28º | 0.54% | 0.93% | - |
| XYZ | 50.95 | 32.99 | 59.56 | - |
| YUV | 157.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 202 | 0 | 0.54 | 0.15 | 0.07 | 316.28 | 0.78 | 0.68 |
| Hex | ED | 6C | CA | 0 | 36 | F | 7 | 13C | 4E | 44 |
| Octal | 355 | 154 | 312 | 0 | 66 | 17 | 7 | 474 | 116 | 104 |
| Binary | 11101101 | 1101100 | 11001010 | 0 | 110110 | 1111 | 111 | 100111100 | 1001110 | 1000100 |
Color Harmonies of #ED6CCA
Complementary color
Monochromatic Colors of #ED6CCA
Black with #ED6CCA
Text Example
Text Example
White with #ED6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CCA; }
p { color: rgb(237,108,202); }
H1.HeaderClassName
{
color: #ED6CCA;
}
.AnyTagClassName
{
color: #ED6CCA;
}
</style>
background-color css
<style>
a { background-color: #ED6CCA; }
a { background-color: rgb(237,108,202); }
div.DivClassName
{
background-color: #ED6CCA;
}
.BgClassName
{
background-color: #ED6CCA;
}
</style>
border-color css
<style>
span { border-color: #ED6CCA; }
span { border-color: rgb(237,108,202); }
td.TdClassName
{
border-color: #ED6CCA;
}
.TagClassName
{
border-color: #ED6CCA;
}
</style>