Shades of Neon Pink #ED73CD
Tints of Neon Pink #ED73CD
RGB
CMYK
RGB Variations
Color information
#ED73CD (or 0xED73CD) is known color: Neon Pink. HEX triplet: ED, 73 and CD. RGB value is (237,115,205). Sum of RGB (Red+Green+Blue) = 237+115+205=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73CD is #128C32. Grayscale: #A1A1A1. Windows color (decimal): -1215539 or 13464557. OLE color: 13464557.
HSL color Cylindrical-coordinate representation of color #ED73CD: hue angle of 315.74º 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 #ED73CD is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 205 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.07 |
| HSL | 315.74º | 0.77% | 0.69% | - |
| HSV(B) | 315.74º | 0.51% | 0.93% | - |
| XYZ | 52.08 | 34.67 | 61.71 | - |
| YUV | 161.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 205 | 0 | 0.51 | 0.14 | 0.07 | 315.74 | 0.77 | 0.69 |
| Hex | ED | 73 | CD | 0 | 33 | E | 7 | 13C | 4D | 45 |
| Octal | 355 | 163 | 315 | 0 | 63 | 16 | 7 | 474 | 115 | 105 |
| Binary | 11101101 | 1110011 | 11001101 | 0 | 110011 | 1110 | 111 | 100111100 | 1001101 | 1000101 |
Color Harmonies of #ED73CD
Complementary color
Monochromatic Colors of #ED73CD
Black with #ED73CD
Text Example
Text Example
White with #ED73CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73CD; }
p { color: rgb(237,115,205); }
H1.HeaderClassName
{
color: #ED73CD;
}
.AnyTagClassName
{
color: #ED73CD;
}
</style>
background-color css
<style>
a { background-color: #ED73CD; }
a { background-color: rgb(237,115,205); }
div.DivClassName
{
background-color: #ED73CD;
}
.BgClassName
{
background-color: #ED73CD;
}
</style>
border-color css
<style>
span { border-color: #ED73CD; }
span { border-color: rgb(237,115,205); }
td.TdClassName
{
border-color: #ED73CD;
}
.TagClassName
{
border-color: #ED73CD;
}
</style>