Shades of Neon Pink #EF75C8
Tints of Neon Pink #EF75C8
RGB
CMYK
RGB Variations
Color information
#EF75C8 (or 0xEF75C8) is known color: Neon Pink. HEX triplet: EF, 75 and C8. RGB value is (239,117,200). Sum of RGB (Red+Green+Blue) = 239+117+200=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF75C8 is #108A37. Grayscale: #A2A2A2. Windows color (decimal): -1083960 or 13137391. OLE color: 13137391.
HSL color Cylindrical-coordinate representation of color #EF75C8: hue angle of 319.18º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF75C8 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 200 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.06 |
| HSL | 319.18º | 0.79% | 0.7% | - |
| HSV(B) | 319.18º | 0.51% | 0.94% | - |
| XYZ | 52.38 | 35.24 | 58.69 | - |
| YUV | 162.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 200 | 0 | 0.51 | 0.16 | 0.06 | 319.18 | 0.79 | 0.7 |
| Hex | EF | 75 | C8 | 0 | 33 | 10 | 6 | 13F | 4F | 46 |
| Octal | 357 | 165 | 310 | 0 | 63 | 20 | 6 | 477 | 117 | 106 |
| Binary | 11101111 | 1110101 | 11001000 | 0 | 110011 | 10000 | 110 | 100111111 | 1001111 | 1000110 |
Color Harmonies of #EF75C8
Complementary color
Monochromatic Colors of #EF75C8
Black with #EF75C8
Text Example
Text Example
White with #EF75C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF75C8; }
p { color: rgb(239,117,200); }
H1.HeaderClassName
{
color: #EF75C8;
}
.AnyTagClassName
{
color: #EF75C8;
}
</style>
background-color css
<style>
a { background-color: #EF75C8; }
a { background-color: rgb(239,117,200); }
div.DivClassName
{
background-color: #EF75C8;
}
.BgClassName
{
background-color: #EF75C8;
}
</style>
border-color css
<style>
span { border-color: #EF75C8; }
span { border-color: rgb(239,117,200); }
td.TdClassName
{
border-color: #EF75C8;
}
.TagClassName
{
border-color: #EF75C8;
}
</style>