Shades of Neon Pink #ED6ACC
Tints of Neon Pink #ED6ACC
RGB
CMYK
RGB Variations
Color information
#ED6ACC (or 0xED6ACC) is known color: Neon Pink. HEX triplet: ED, 6A and CC. RGB value is (237,106,204). Sum of RGB (Red+Green+Blue) = 237+106+204=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ACC is #129533. Grayscale: #9C9C9C. Windows color (decimal): -1217844 or 13396717. OLE color: 13396717.
HSL color Cylindrical-coordinate representation of color #ED6ACC: hue angle of 315.11º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6ACC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 204 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.07 |
| HSL | 315.11º | 0.78% | 0.67% | - |
| HSV(B) | 315.11º | 0.55% | 0.93% | - |
| XYZ | 50.98 | 32.67 | 60.75 | - |
| YUV | 156.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 204 | 0 | 0.55 | 0.14 | 0.07 | 315.11 | 0.78 | 0.67 |
| Hex | ED | 6A | CC | 0 | 37 | E | 7 | 13B | 4E | 43 |
| Octal | 355 | 152 | 314 | 0 | 67 | 16 | 7 | 473 | 116 | 103 |
| Binary | 11101101 | 1101010 | 11001100 | 0 | 110111 | 1110 | 111 | 100111011 | 1001110 | 1000011 |
Color Harmonies of #ED6ACC
Complementary color
Monochromatic Colors of #ED6ACC
Black with #ED6ACC
Text Example
Text Example
White with #ED6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6ACC; }
p { color: rgb(237,106,204); }
H1.HeaderClassName
{
color: #ED6ACC;
}
.AnyTagClassName
{
color: #ED6ACC;
}
</style>
background-color css
<style>
a { background-color: #ED6ACC; }
a { background-color: rgb(237,106,204); }
div.DivClassName
{
background-color: #ED6ACC;
}
.BgClassName
{
background-color: #ED6ACC;
}
</style>
border-color css
<style>
span { border-color: #ED6ACC; }
span { border-color: rgb(237,106,204); }
td.TdClassName
{
border-color: #ED6ACC;
}
.TagClassName
{
border-color: #ED6ACC;
}
</style>