Shades of Neon Pink #ED69BC
Tints of Neon Pink #ED69BC
RGB
CMYK
RGB Variations
Color information
#ED69BC (or 0xED69BC) is known color: Neon Pink. HEX triplet: ED, 69 and BC. RGB value is (237,105,188). Sum of RGB (Red+Green+Blue) = 237+105+188=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69BC is #129643. Grayscale: #999999. Windows color (decimal): -1218116 or 12347885. OLE color: 12347885.
HSL color Cylindrical-coordinate representation of color #ED69BC: hue angle of 322.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED69BC is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 188 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.07 |
| HSL | 322.27º | 0.79% | 0.67% | - |
| HSV(B) | 322.27º | 0.56% | 0.93% | - |
| XYZ | 49.05 | 31.74 | 51.12 | - |
| YUV | 153.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 188 | 0 | 0.56 | 0.21 | 0.07 | 322.27 | 0.79 | 0.67 |
| Hex | ED | 69 | BC | 0 | 38 | 15 | 7 | 142 | 4F | 43 |
| Octal | 355 | 151 | 274 | 0 | 70 | 25 | 7 | 502 | 117 | 103 |
| Binary | 11101101 | 1101001 | 10111100 | 0 | 111000 | 10101 | 111 | 101000010 | 1001111 | 1000011 |
Color Harmonies of #ED69BC
Complementary color
Monochromatic Colors of #ED69BC
Black with #ED69BC
Text Example
Text Example
White with #ED69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED69BC; }
p { color: rgb(237,105,188); }
H1.HeaderClassName
{
color: #ED69BC;
}
.AnyTagClassName
{
color: #ED69BC;
}
</style>
background-color css
<style>
a { background-color: #ED69BC; }
a { background-color: rgb(237,105,188); }
div.DivClassName
{
background-color: #ED69BC;
}
.BgClassName
{
background-color: #ED69BC;
}
</style>
border-color css
<style>
span { border-color: #ED69BC; }
span { border-color: rgb(237,105,188); }
td.TdClassName
{
border-color: #ED69BC;
}
.TagClassName
{
border-color: #ED69BC;
}
</style>