Shades of Neon Pink #ED68BF
Tints of Neon Pink #ED68BF
RGB
CMYK
RGB Variations
Color information
#ED68BF (or 0xED68BF) is known color: Neon Pink. HEX triplet: ED, 68 and BF. RGB value is (237,104,191). Sum of RGB (Red+Green+Blue) = 237+104+191=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68BF is #129740. Grayscale: #999999. Windows color (decimal): -1218369 or 12544237. OLE color: 12544237.
HSL color Cylindrical-coordinate representation of color #ED68BF: hue angle of 320.75º 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 #ED68BF is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 191 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.07 |
| HSL | 320.75º | 0.79% | 0.67% | - |
| HSV(B) | 320.75º | 0.56% | 0.93% | - |
| XYZ | 49.28 | 31.67 | 52.81 | - |
| YUV | 153.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 191 | 0 | 0.56 | 0.19 | 0.07 | 320.75 | 0.79 | 0.67 |
| Hex | ED | 68 | BF | 0 | 38 | 13 | 7 | 141 | 4F | 43 |
| Octal | 355 | 150 | 277 | 0 | 70 | 23 | 7 | 501 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10111111 | 0 | 111000 | 10011 | 111 | 101000001 | 1001111 | 1000011 |
Color Harmonies of #ED68BF
Complementary color
Monochromatic Colors of #ED68BF
Black with #ED68BF
Text Example
Text Example
White with #ED68BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68BF; }
p { color: rgb(237,104,191); }
H1.HeaderClassName
{
color: #ED68BF;
}
.AnyTagClassName
{
color: #ED68BF;
}
</style>
background-color css
<style>
a { background-color: #ED68BF; }
a { background-color: rgb(237,104,191); }
div.DivClassName
{
background-color: #ED68BF;
}
.BgClassName
{
background-color: #ED68BF;
}
</style>
border-color css
<style>
span { border-color: #ED68BF; }
span { border-color: rgb(237,104,191); }
td.TdClassName
{
border-color: #ED68BF;
}
.TagClassName
{
border-color: #ED68BF;
}
</style>