Shades of Neon Pink #ED60C2
Tints of Neon Pink #ED60C2
RGB
CMYK
RGB Variations
Color information
#ED60C2 (or 0xED60C2) is known color: Neon Pink. HEX triplet: ED, 60 and C2. RGB value is (237,96,194). Sum of RGB (Red+Green+Blue) = 237+96+194=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60C2 is #129F3D. Grayscale: #959595. Windows color (decimal): -1220414 or 12738797. OLE color: 12738797.
HSL color Cylindrical-coordinate representation of color #ED60C2: hue angle of 318.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60C2 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 194 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.07 |
| HSL | 318.3º | 0.8% | 0.65% | - |
| HSV(B) | 318.3º | 0.59% | 0.93% | - |
| XYZ | 48.85 | 30.27 | 54.31 | - |
| YUV | 149.33 | 153.21 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 194 | 0 | 0.59 | 0.18 | 0.07 | 318.3 | 0.8 | 0.65 |
| Hex | ED | 60 | C2 | 0 | 3B | 12 | 7 | 13E | 50 | 41 |
| Octal | 355 | 140 | 302 | 0 | 73 | 22 | 7 | 476 | 120 | 101 |
| Binary | 11101101 | 1100000 | 11000010 | 0 | 111011 | 10010 | 111 | 100111110 | 1010000 | 1000001 |
Color Harmonies of #ED60C2
Complementary color
Monochromatic Colors of #ED60C2
Black with #ED60C2
Text Example
Text Example
White with #ED60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60C2; }
p { color: rgb(237,96,194); }
H1.HeaderClassName
{
color: #ED60C2;
}
.AnyTagClassName
{
color: #ED60C2;
}
</style>
background-color css
<style>
a { background-color: #ED60C2; }
a { background-color: rgb(237,96,194); }
div.DivClassName
{
background-color: #ED60C2;
}
.BgClassName
{
background-color: #ED60C2;
}
</style>
border-color css
<style>
span { border-color: #ED60C2; }
span { border-color: rgb(237,96,194); }
td.TdClassName
{
border-color: #ED60C2;
}
.TagClassName
{
border-color: #ED60C2;
}
</style>