Shades of Neon Pink #ED6CBF
Tints of Neon Pink #ED6CBF
RGB
CMYK
RGB Variations
Color information
#ED6CBF (or 0xED6CBF) is known color: Neon Pink. HEX triplet: ED, 6C and BF. RGB value is (237,108,191). Sum of RGB (Red+Green+Blue) = 237+108+191=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CBF is #129340. Grayscale: #9B9B9B. Windows color (decimal): -1217345 or 12545261. OLE color: 12545261.
HSL color Cylindrical-coordinate representation of color #ED6CBF: hue angle of 321.4º 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 #ED6CBF is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 191 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.07 |
| HSL | 321.4º | 0.78% | 0.68% | - |
| HSV(B) | 321.4º | 0.54% | 0.93% | - |
| XYZ | 49.69 | 32.49 | 52.94 | - |
| YUV | 156.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 191 | 0 | 0.54 | 0.19 | 0.07 | 321.4 | 0.78 | 0.68 |
| Hex | ED | 6C | BF | 0 | 36 | 13 | 7 | 141 | 4E | 44 |
| Octal | 355 | 154 | 277 | 0 | 66 | 23 | 7 | 501 | 116 | 104 |
| Binary | 11101101 | 1101100 | 10111111 | 0 | 110110 | 10011 | 111 | 101000001 | 1001110 | 1000100 |
Color Harmonies of #ED6CBF
Complementary color
Monochromatic Colors of #ED6CBF
Black with #ED6CBF
Text Example
Text Example
White with #ED6CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CBF; }
p { color: rgb(237,108,191); }
H1.HeaderClassName
{
color: #ED6CBF;
}
.AnyTagClassName
{
color: #ED6CBF;
}
</style>
background-color css
<style>
a { background-color: #ED6CBF; }
a { background-color: rgb(237,108,191); }
div.DivClassName
{
background-color: #ED6CBF;
}
.BgClassName
{
background-color: #ED6CBF;
}
</style>
border-color css
<style>
span { border-color: #ED6CBF; }
span { border-color: rgb(237,108,191); }
td.TdClassName
{
border-color: #ED6CBF;
}
.TagClassName
{
border-color: #ED6CBF;
}
</style>