Shades of Neon Pink #EF5FBD
Tints of Neon Pink #EF5FBD
RGB
CMYK
RGB Variations
Color information
#EF5FBD (or 0xEF5FBD) is known color: Neon Pink. HEX triplet: EF, 5F and BD. RGB value is (239,95,189). Sum of RGB (Red+Green+Blue) = 239+95+189=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FBD is #10A042. Grayscale: #949494. Windows color (decimal): -1089603 or 12410863. OLE color: 12410863.
HSL color Cylindrical-coordinate representation of color #EF5FBD: hue angle of 320.83º 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 #EF5FBD is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 189 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.06 |
| HSL | 320.83º | 0.82% | 0.65% | - |
| HSV(B) | 320.83º | 0.6% | 0.94% | - |
| XYZ | 48.87 | 30.21 | 51.4 | - |
| YUV | 148.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 189 | 0 | 0.60 | 0.21 | 0.06 | 320.83 | 0.82 | 0.65 |
| Hex | EF | 5F | BD | 0 | 3C | 15 | 6 | 141 | 52 | 41 |
| Octal | 357 | 137 | 275 | 0 | 74 | 25 | 6 | 501 | 122 | 101 |
| Binary | 11101111 | 1011111 | 10111101 | 0 | 111100 | 10101 | 110 | 101000001 | 1010010 | 1000001 |
Color Harmonies of #EF5FBD
Complementary color
Monochromatic Colors of #EF5FBD
Black with #EF5FBD
Text Example
Text Example
White with #EF5FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FBD; }
p { color: rgb(239,95,189); }
H1.HeaderClassName
{
color: #EF5FBD;
}
.AnyTagClassName
{
color: #EF5FBD;
}
</style>
background-color css
<style>
a { background-color: #EF5FBD; }
a { background-color: rgb(239,95,189); }
div.DivClassName
{
background-color: #EF5FBD;
}
.BgClassName
{
background-color: #EF5FBD;
}
</style>
border-color css
<style>
span { border-color: #EF5FBD; }
span { border-color: rgb(239,95,189); }
td.TdClassName
{
border-color: #EF5FBD;
}
.TagClassName
{
border-color: #EF5FBD;
}
</style>