Shades of Neon Pink #ED71CF
Tints of Neon Pink #ED71CF
RGB
CMYK
RGB Variations
Color information
#ED71CF (or 0xED71CF) is known color: Neon Pink. HEX triplet: ED, 71 and CF. RGB value is (237,113,207). Sum of RGB (Red+Green+Blue) = 237+113+207=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71CF is #128E30. Grayscale: #A0A0A0. Windows color (decimal): -1216049 or 13595117. OLE color: 13595117.
HSL color Cylindrical-coordinate representation of color #ED71CF: hue angle of 314.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED71CF is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 207 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.07 |
| HSL | 314.52º | 0.78% | 0.69% | - |
| HSV(B) | 314.52º | 0.52% | 0.93% | - |
| XYZ | 52.09 | 34.32 | 62.91 | - |
| YUV | 160.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 207 | 0 | 0.52 | 0.13 | 0.07 | 314.52 | 0.78 | 0.69 |
| Hex | ED | 71 | CF | 0 | 34 | D | 7 | 13B | 4E | 45 |
| Octal | 355 | 161 | 317 | 0 | 64 | 15 | 7 | 473 | 116 | 105 |
| Binary | 11101101 | 1110001 | 11001111 | 0 | 110100 | 1101 | 111 | 100111011 | 1001110 | 1000101 |
Color Harmonies of #ED71CF
Complementary color
Monochromatic Colors of #ED71CF
Black with #ED71CF
Text Example
Text Example
White with #ED71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71CF; }
p { color: rgb(237,113,207); }
H1.HeaderClassName
{
color: #ED71CF;
}
.AnyTagClassName
{
color: #ED71CF;
}
</style>
background-color css
<style>
a { background-color: #ED71CF; }
a { background-color: rgb(237,113,207); }
div.DivClassName
{
background-color: #ED71CF;
}
.BgClassName
{
background-color: #ED71CF;
}
</style>
border-color css
<style>
span { border-color: #ED71CF; }
span { border-color: rgb(237,113,207); }
td.TdClassName
{
border-color: #ED71CF;
}
.TagClassName
{
border-color: #ED71CF;
}
</style>