Shades of Neon Pink #ED6CCF
Tints of Neon Pink #ED6CCF
RGB
CMYK
RGB Variations
Color information
#ED6CCF (or 0xED6CCF) is known color: Neon Pink. HEX triplet: ED, 6C and CF. RGB value is (237,108,207). Sum of RGB (Red+Green+Blue) = 237+108+207=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CCF is #129330. Grayscale: #9D9D9D. Windows color (decimal): -1217329 or 13593837. OLE color: 13593837.
HSL color Cylindrical-coordinate representation of color #ED6CCF: hue angle of 313.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6CCF is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 207 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.07 |
| HSL | 313.95º | 0.78% | 0.68% | - |
| HSV(B) | 313.95º | 0.54% | 0.93% | - |
| XYZ | 51.55 | 33.23 | 62.73 | - |
| YUV | 157.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 207 | 0 | 0.54 | 0.13 | 0.07 | 313.95 | 0.78 | 0.68 |
| Hex | ED | 6C | CF | 0 | 36 | D | 7 | 13A | 4E | 44 |
| Octal | 355 | 154 | 317 | 0 | 66 | 15 | 7 | 472 | 116 | 104 |
| Binary | 11101101 | 1101100 | 11001111 | 0 | 110110 | 1101 | 111 | 100111010 | 1001110 | 1000100 |
Color Harmonies of #ED6CCF
Complementary color
Monochromatic Colors of #ED6CCF
Black with #ED6CCF
Text Example
Text Example
White with #ED6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CCF; }
p { color: rgb(237,108,207); }
H1.HeaderClassName
{
color: #ED6CCF;
}
.AnyTagClassName
{
color: #ED6CCF;
}
</style>
background-color css
<style>
a { background-color: #ED6CCF; }
a { background-color: rgb(237,108,207); }
div.DivClassName
{
background-color: #ED6CCF;
}
.BgClassName
{
background-color: #ED6CCF;
}
</style>
border-color css
<style>
span { border-color: #ED6CCF; }
span { border-color: rgb(237,108,207); }
td.TdClassName
{
border-color: #ED6CCF;
}
.TagClassName
{
border-color: #ED6CCF;
}
</style>