Shades of Neon Pink #ED6BC2
Tints of Neon Pink #ED6BC2
RGB
CMYK
RGB Variations
Color information
#ED6BC2 (or 0xED6BC2) is known color: Neon Pink. HEX triplet: ED, 6B and C2. RGB value is (237,107,194). Sum of RGB (Red+Green+Blue) = 237+107+194=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BC2 is #12943D. Grayscale: #9B9B9B. Windows color (decimal): -1217598 or 12741613. OLE color: 12741613.
HSL color Cylindrical-coordinate representation of color #ED6BC2: hue angle of 319.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BC2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 194 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.07 |
| HSL | 319.85º | 0.78% | 0.67% | - |
| HSV(B) | 319.85º | 0.55% | 0.93% | - |
| XYZ | 49.92 | 32.41 | 54.66 | - |
| YUV | 155.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 194 | 0 | 0.55 | 0.18 | 0.07 | 319.85 | 0.78 | 0.67 |
| Hex | ED | 6B | C2 | 0 | 37 | 12 | 7 | 140 | 4E | 43 |
| Octal | 355 | 153 | 302 | 0 | 67 | 22 | 7 | 500 | 116 | 103 |
| Binary | 11101101 | 1101011 | 11000010 | 0 | 110111 | 10010 | 111 | 101000000 | 1001110 | 1000011 |
Color Harmonies of #ED6BC2
Complementary color
Monochromatic Colors of #ED6BC2
Black with #ED6BC2
Text Example
Text Example
White with #ED6BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BC2; }
p { color: rgb(237,107,194); }
H1.HeaderClassName
{
color: #ED6BC2;
}
.AnyTagClassName
{
color: #ED6BC2;
}
</style>
background-color css
<style>
a { background-color: #ED6BC2; }
a { background-color: rgb(237,107,194); }
div.DivClassName
{
background-color: #ED6BC2;
}
.BgClassName
{
background-color: #ED6BC2;
}
</style>
border-color css
<style>
span { border-color: #ED6BC2; }
span { border-color: rgb(237,107,194); }
td.TdClassName
{
border-color: #ED6BC2;
}
.TagClassName
{
border-color: #ED6BC2;
}
</style>