Shades of Neon Pink #ED73CC
Tints of Neon Pink #ED73CC
RGB
CMYK
RGB Variations
Color information
#ED73CC (or 0xED73CC) is known color: Neon Pink. HEX triplet: ED, 73 and CC. RGB value is (237,115,204). Sum of RGB (Red+Green+Blue) = 237+115+204=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73CC is #128C33. Grayscale: #A1A1A1. Windows color (decimal): -1215540 or 13399021. OLE color: 13399021.
HSL color Cylindrical-coordinate representation of color #ED73CC: hue angle of 316.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED73CC is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 204 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.07 |
| HSL | 316.23º | 0.77% | 0.69% | - |
| HSV(B) | 316.23º | 0.51% | 0.93% | - |
| XYZ | 51.95 | 34.63 | 61.07 | - |
| YUV | 161.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 204 | 0 | 0.51 | 0.14 | 0.07 | 316.23 | 0.77 | 0.69 |
| Hex | ED | 73 | CC | 0 | 33 | E | 7 | 13C | 4D | 45 |
| Octal | 355 | 163 | 314 | 0 | 63 | 16 | 7 | 474 | 115 | 105 |
| Binary | 11101101 | 1110011 | 11001100 | 0 | 110011 | 1110 | 111 | 100111100 | 1001101 | 1000101 |
Color Harmonies of #ED73CC
Complementary color
Monochromatic Colors of #ED73CC
Black with #ED73CC
Text Example
Text Example
White with #ED73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73CC; }
p { color: rgb(237,115,204); }
H1.HeaderClassName
{
color: #ED73CC;
}
.AnyTagClassName
{
color: #ED73CC;
}
</style>
background-color css
<style>
a { background-color: #ED73CC; }
a { background-color: rgb(237,115,204); }
div.DivClassName
{
background-color: #ED73CC;
}
.BgClassName
{
background-color: #ED73CC;
}
</style>
border-color css
<style>
span { border-color: #ED73CC; }
span { border-color: rgb(237,115,204); }
td.TdClassName
{
border-color: #ED73CC;
}
.TagClassName
{
border-color: #ED73CC;
}
</style>