Shades of Neon Pink #ED77CA
Tints of Neon Pink #ED77CA
RGB
CMYK
RGB Variations
Color information
#ED77CA (or 0xED77CA) is known color: Neon Pink. HEX triplet: ED, 77 and CA. RGB value is (237,119,202). Sum of RGB (Red+Green+Blue) = 237+119+202=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77CA is #128835. Grayscale: #A3A3A3. Windows color (decimal): -1214518 or 13268973. OLE color: 13268973.
HSL color Cylindrical-coordinate representation of color #ED77CA: hue angle of 317.8º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED77CA is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 202 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.07 |
| HSL | 317.8º | 0.77% | 0.7% | - |
| HSV(B) | 317.8º | 0.5% | 0.93% | - |
| XYZ | 52.18 | 35.46 | 59.97 | - |
| YUV | 163.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 202 | 0 | 0.50 | 0.15 | 0.07 | 317.8 | 0.77 | 0.7 |
| Hex | ED | 77 | CA | 0 | 32 | F | 7 | 13E | 4D | 46 |
| Octal | 355 | 167 | 312 | 0 | 62 | 17 | 7 | 476 | 115 | 106 |
| Binary | 11101101 | 1110111 | 11001010 | 0 | 110010 | 1111 | 111 | 100111110 | 1001101 | 1000110 |
Color Harmonies of #ED77CA
Complementary color
Monochromatic Colors of #ED77CA
Black with #ED77CA
Text Example
Text Example
White with #ED77CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77CA; }
p { color: rgb(237,119,202); }
H1.HeaderClassName
{
color: #ED77CA;
}
.AnyTagClassName
{
color: #ED77CA;
}
</style>
background-color css
<style>
a { background-color: #ED77CA; }
a { background-color: rgb(237,119,202); }
div.DivClassName
{
background-color: #ED77CA;
}
.BgClassName
{
background-color: #ED77CA;
}
</style>
border-color css
<style>
span { border-color: #ED77CA; }
span { border-color: rgb(237,119,202); }
td.TdClassName
{
border-color: #ED77CA;
}
.TagClassName
{
border-color: #ED77CA;
}
</style>