Shades of Neon Pink #ED6FCD
Tints of Neon Pink #ED6FCD
RGB
CMYK
RGB Variations
Color information
#ED6FCD (or 0xED6FCD) is known color: Neon Pink. HEX triplet: ED, 6F and CD. RGB value is (237,111,205). Sum of RGB (Red+Green+Blue) = 237+111+205=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FCD is #129032. Grayscale: #9F9F9F. Windows color (decimal): -1216563 or 13463533. OLE color: 13463533.
HSL color Cylindrical-coordinate representation of color #ED6FCD: hue angle of 315.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6FCD is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 205 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.07 |
| HSL | 315.24º | 0.78% | 0.68% | - |
| HSV(B) | 315.24º | 0.53% | 0.93% | - |
| XYZ | 51.63 | 33.78 | 61.56 | - |
| YUV | 159.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 205 | 0 | 0.53 | 0.14 | 0.07 | 315.24 | 0.78 | 0.68 |
| Hex | ED | 6F | CD | 0 | 35 | E | 7 | 13B | 4E | 44 |
| Octal | 355 | 157 | 315 | 0 | 65 | 16 | 7 | 473 | 116 | 104 |
| Binary | 11101101 | 1101111 | 11001101 | 0 | 110101 | 1110 | 111 | 100111011 | 1001110 | 1000100 |
Color Harmonies of #ED6FCD
Complementary color
Monochromatic Colors of #ED6FCD
Black with #ED6FCD
Text Example
Text Example
White with #ED6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FCD; }
p { color: rgb(237,111,205); }
H1.HeaderClassName
{
color: #ED6FCD;
}
.AnyTagClassName
{
color: #ED6FCD;
}
</style>
background-color css
<style>
a { background-color: #ED6FCD; }
a { background-color: rgb(237,111,205); }
div.DivClassName
{
background-color: #ED6FCD;
}
.BgClassName
{
background-color: #ED6FCD;
}
</style>
border-color css
<style>
span { border-color: #ED6FCD; }
span { border-color: rgb(237,111,205); }
td.TdClassName
{
border-color: #ED6FCD;
}
.TagClassName
{
border-color: #ED6FCD;
}
</style>