Shades of Neon Pink #EF5FC1
Tints of Neon Pink #EF5FC1
RGB
CMYK
RGB Variations
Color information
#EF5FC1 (or 0xEF5FC1) is known color: Neon Pink. HEX triplet: EF, 5F and C1. RGB value is (239,95,193). Sum of RGB (Red+Green+Blue) = 239+95+193=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FC1 is #10A03E. Grayscale: #949494. Windows color (decimal): -1089599 or 12673007. OLE color: 12673007.
HSL color Cylindrical-coordinate representation of color #EF5FC1: hue angle of 319.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FC1 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 193 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.06 |
| HSL | 319.17º | 0.82% | 0.65% | - |
| HSV(B) | 319.17º | 0.6% | 0.94% | - |
| XYZ | 49.31 | 30.39 | 53.72 | - |
| YUV | 149.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 193 | 0 | 0.60 | 0.19 | 0.06 | 319.17 | 0.82 | 0.65 |
| Hex | EF | 5F | C1 | 0 | 3C | 13 | 6 | 13F | 52 | 41 |
| Octal | 357 | 137 | 301 | 0 | 74 | 23 | 6 | 477 | 122 | 101 |
| Binary | 11101111 | 1011111 | 11000001 | 0 | 111100 | 10011 | 110 | 100111111 | 1010010 | 1000001 |
Color Harmonies of #EF5FC1
Complementary color
Monochromatic Colors of #EF5FC1
Black with #EF5FC1
Text Example
Text Example
White with #EF5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FC1; }
p { color: rgb(239,95,193); }
H1.HeaderClassName
{
color: #EF5FC1;
}
.AnyTagClassName
{
color: #EF5FC1;
}
</style>
background-color css
<style>
a { background-color: #EF5FC1; }
a { background-color: rgb(239,95,193); }
div.DivClassName
{
background-color: #EF5FC1;
}
.BgClassName
{
background-color: #EF5FC1;
}
</style>
border-color css
<style>
span { border-color: #EF5FC1; }
span { border-color: rgb(239,95,193); }
td.TdClassName
{
border-color: #EF5FC1;
}
.TagClassName
{
border-color: #EF5FC1;
}
</style>