Shades of Neon Pink #EF55BF
Tints of Neon Pink #EF55BF
RGB
CMYK
RGB Variations
Color information
#EF55BF (or 0xEF55BF) is known color: Neon Pink. HEX triplet: EF, 55 and BF. RGB value is (239,85,191). Sum of RGB (Red+Green+Blue) = 239+85+191=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55BF is #10AA40. Grayscale: #8E8E8E. Windows color (decimal): -1092161 or 12539375. OLE color: 12539375.
HSL color Cylindrical-coordinate representation of color #EF55BF: hue angle of 318.7º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55BF is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 191 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.06 |
| HSL | 318.7º | 0.83% | 0.64% | - |
| HSV(B) | 318.7º | 0.64% | 0.94% | - |
| XYZ | 48.25 | 28.61 | 52.27 | - |
| YUV | 143.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 191 | 0 | 0.64 | 0.20 | 0.06 | 318.7 | 0.83 | 0.64 |
| Hex | EF | 55 | BF | 0 | 40 | 14 | 6 | 13F | 53 | 40 |
| Octal | 357 | 125 | 277 | 0 | 100 | 24 | 6 | 477 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10111111 | 0 | 1000000 | 10100 | 110 | 100111111 | 1010011 | 1000000 |
Color Harmonies of #EF55BF
Complementary color
Monochromatic Colors of #EF55BF
Black with #EF55BF
Text Example
Text Example
White with #EF55BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55BF; }
p { color: rgb(239,85,191); }
H1.HeaderClassName
{
color: #EF55BF;
}
.AnyTagClassName
{
color: #EF55BF;
}
</style>
background-color css
<style>
a { background-color: #EF55BF; }
a { background-color: rgb(239,85,191); }
div.DivClassName
{
background-color: #EF55BF;
}
.BgClassName
{
background-color: #EF55BF;
}
</style>
border-color css
<style>
span { border-color: #EF55BF; }
span { border-color: rgb(239,85,191); }
td.TdClassName
{
border-color: #EF55BF;
}
.TagClassName
{
border-color: #EF55BF;
}
</style>