Shades of Neon Pink #ED61C5
Tints of Neon Pink #ED61C5
RGB
CMYK
RGB Variations
Color information
#ED61C5 (or 0xED61C5) is known color: Neon Pink. HEX triplet: ED, 61 and C5. RGB value is (237,97,197). Sum of RGB (Red+Green+Blue) = 237+97+197=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED61C5 is #129E3A. Grayscale: #969696. Windows color (decimal): -1220155 or 12935661. OLE color: 12935661.
HSL color Cylindrical-coordinate representation of color #ED61C5: hue angle of 317.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED61C5 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 197 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.07 |
| HSL | 317.14º | 0.8% | 0.65% | - |
| HSV(B) | 317.14º | 0.59% | 0.93% | - |
| XYZ | 49.28 | 30.59 | 56.13 | - |
| YUV | 150.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 197 | 0 | 0.59 | 0.17 | 0.07 | 317.14 | 0.8 | 0.65 |
| Hex | ED | 61 | C5 | 0 | 3B | 11 | 7 | 13D | 50 | 41 |
| Octal | 355 | 141 | 305 | 0 | 73 | 21 | 7 | 475 | 120 | 101 |
| Binary | 11101101 | 1100001 | 11000101 | 0 | 111011 | 10001 | 111 | 100111101 | 1010000 | 1000001 |
Color Harmonies of #ED61C5
Complementary color
Monochromatic Colors of #ED61C5
Black with #ED61C5
Text Example
Text Example
White with #ED61C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED61C5; }
p { color: rgb(237,97,197); }
H1.HeaderClassName
{
color: #ED61C5;
}
.AnyTagClassName
{
color: #ED61C5;
}
</style>
background-color css
<style>
a { background-color: #ED61C5; }
a { background-color: rgb(237,97,197); }
div.DivClassName
{
background-color: #ED61C5;
}
.BgClassName
{
background-color: #ED61C5;
}
</style>
border-color css
<style>
span { border-color: #ED61C5; }
span { border-color: rgb(237,97,197); }
td.TdClassName
{
border-color: #ED61C5;
}
.TagClassName
{
border-color: #ED61C5;
}
</style>