Shades of Neon Pink #EF5BC1
Tints of Neon Pink #EF5BC1
RGB
CMYK
RGB Variations
Color information
#EF5BC1 (or 0xEF5BC1) is known color: Neon Pink. HEX triplet: EF, 5B and C1. RGB value is (239,91,193). Sum of RGB (Red+Green+Blue) = 239+91+193=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BC1 is #10A43E. Grayscale: #929292. Windows color (decimal): -1090623 or 12671983. OLE color: 12671983.
HSL color Cylindrical-coordinate representation of color #EF5BC1: hue angle of 318.65º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BC1 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 193 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.06 |
| HSL | 318.65º | 0.82% | 0.65% | - |
| HSV(B) | 318.65º | 0.62% | 0.94% | - |
| XYZ | 48.96 | 29.68 | 53.6 | - |
| YUV | 146.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 193 | 0 | 0.62 | 0.19 | 0.06 | 318.65 | 0.82 | 0.65 |
| Hex | EF | 5B | C1 | 0 | 3E | 13 | 6 | 13F | 52 | 41 |
| Octal | 357 | 133 | 301 | 0 | 76 | 23 | 6 | 477 | 122 | 101 |
| Binary | 11101111 | 1011011 | 11000001 | 0 | 111110 | 10011 | 110 | 100111111 | 1010010 | 1000001 |
Color Harmonies of #EF5BC1
Complementary color
Monochromatic Colors of #EF5BC1
Black with #EF5BC1
Text Example
Text Example
White with #EF5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BC1; }
p { color: rgb(239,91,193); }
H1.HeaderClassName
{
color: #EF5BC1;
}
.AnyTagClassName
{
color: #EF5BC1;
}
</style>
background-color css
<style>
a { background-color: #EF5BC1; }
a { background-color: rgb(239,91,193); }
div.DivClassName
{
background-color: #EF5BC1;
}
.BgClassName
{
background-color: #EF5BC1;
}
</style>
border-color css
<style>
span { border-color: #EF5BC1; }
span { border-color: rgb(239,91,193); }
td.TdClassName
{
border-color: #EF5BC1;
}
.TagClassName
{
border-color: #EF5BC1;
}
</style>