Shades of Neon Pink #ED77CF
Tints of Neon Pink #ED77CF
RGB
CMYK
RGB Variations
Color information
#ED77CF (or 0xED77CF) is known color: Neon Pink. HEX triplet: ED, 77 and CF. RGB value is (237,119,207). Sum of RGB (Red+Green+Blue) = 237+119+207=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77CF is #128830. Grayscale: #A4A4A4. Windows color (decimal): -1214513 or 13596653. OLE color: 13596653.
HSL color Cylindrical-coordinate representation of color #ED77CF: hue angle of 315.25º 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 #ED77CF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 207 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.07 |
| HSL | 315.25º | 0.77% | 0.7% | - |
| HSV(B) | 315.25º | 0.5% | 0.93% | - |
| XYZ | 52.78 | 35.7 | 63.14 | - |
| YUV | 164.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 207 | 0 | 0.50 | 0.13 | 0.07 | 315.25 | 0.77 | 0.7 |
| Hex | ED | 77 | CF | 0 | 32 | D | 7 | 13B | 4D | 46 |
| Octal | 355 | 167 | 317 | 0 | 62 | 15 | 7 | 473 | 115 | 106 |
| Binary | 11101101 | 1110111 | 11001111 | 0 | 110010 | 1101 | 111 | 100111011 | 1001101 | 1000110 |
Color Harmonies of #ED77CF
Complementary color
Monochromatic Colors of #ED77CF
Black with #ED77CF
Text Example
Text Example
White with #ED77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77CF; }
p { color: rgb(237,119,207); }
H1.HeaderClassName
{
color: #ED77CF;
}
.AnyTagClassName
{
color: #ED77CF;
}
</style>
background-color css
<style>
a { background-color: #ED77CF; }
a { background-color: rgb(237,119,207); }
div.DivClassName
{
background-color: #ED77CF;
}
.BgClassName
{
background-color: #ED77CF;
}
</style>
border-color css
<style>
span { border-color: #ED77CF; }
span { border-color: rgb(237,119,207); }
td.TdClassName
{
border-color: #ED77CF;
}
.TagClassName
{
border-color: #ED77CF;
}
</style>