Shades of Neon Pink #ED73C4
Tints of Neon Pink #ED73C4
RGB
CMYK
RGB Variations
Color information
#ED73C4 (or 0xED73C4) is known color: Neon Pink. HEX triplet: ED, 73 and C4. RGB value is (237,115,196). Sum of RGB (Red+Green+Blue) = 237+115+196=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73C4 is #128C3B. Grayscale: #A0A0A0. Windows color (decimal): -1215548 or 12874733. OLE color: 12874733.
HSL color Cylindrical-coordinate representation of color #ED73C4: hue angle of 320.16º 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 #ED73C4 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 196 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.07 |
| HSL | 320.16º | 0.77% | 0.69% | - |
| HSV(B) | 320.16º | 0.51% | 0.93% | - |
| XYZ | 51.02 | 34.25 | 56.15 | - |
| YUV | 160.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 196 | 0 | 0.51 | 0.17 | 0.07 | 320.16 | 0.77 | 0.69 |
| Hex | ED | 73 | C4 | 0 | 33 | 11 | 7 | 140 | 4D | 45 |
| Octal | 355 | 163 | 304 | 0 | 63 | 21 | 7 | 500 | 115 | 105 |
| Binary | 11101101 | 1110011 | 11000100 | 0 | 110011 | 10001 | 111 | 101000000 | 1001101 | 1000101 |
Color Harmonies of #ED73C4
Complementary color
Monochromatic Colors of #ED73C4
Black with #ED73C4
Text Example
Text Example
White with #ED73C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73C4; }
p { color: rgb(237,115,196); }
H1.HeaderClassName
{
color: #ED73C4;
}
.AnyTagClassName
{
color: #ED73C4;
}
</style>
background-color css
<style>
a { background-color: #ED73C4; }
a { background-color: rgb(237,115,196); }
div.DivClassName
{
background-color: #ED73C4;
}
.BgClassName
{
background-color: #ED73C4;
}
</style>
border-color css
<style>
span { border-color: #ED73C4; }
span { border-color: rgb(237,115,196); }
td.TdClassName
{
border-color: #ED73C4;
}
.TagClassName
{
border-color: #ED73C4;
}
</style>