Shades of Neon Pink #EF72CF
Tints of Neon Pink #EF72CF
RGB
CMYK
RGB Variations
Color information
#EF72CF (or 0xEF72CF) is known color: Neon Pink. HEX triplet: EF, 72 and CF. RGB value is (239,114,207). Sum of RGB (Red+Green+Blue) = 239+114+207=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72CF is #108D30. Grayscale: #A1A1A1. Windows color (decimal): -1084721 or 13595375. OLE color: 13595375.
HSL color Cylindrical-coordinate representation of color #EF72CF: hue angle of 315.36º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72CF is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 207 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.06 |
| HSL | 315.36º | 0.8% | 0.69% | - |
| HSV(B) | 315.36º | 0.52% | 0.94% | - |
| XYZ | 52.88 | 34.89 | 62.98 | - |
| YUV | 161.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 207 | 0 | 0.52 | 0.13 | 0.06 | 315.36 | 0.8 | 0.69 |
| Hex | EF | 72 | CF | 0 | 34 | D | 6 | 13B | 50 | 45 |
| Octal | 357 | 162 | 317 | 0 | 64 | 15 | 6 | 473 | 120 | 105 |
| Binary | 11101111 | 1110010 | 11001111 | 0 | 110100 | 1101 | 110 | 100111011 | 1010000 | 1000101 |
Color Harmonies of #EF72CF
Complementary color
Monochromatic Colors of #EF72CF
Black with #EF72CF
Text Example
Text Example
White with #EF72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72CF; }
p { color: rgb(239,114,207); }
H1.HeaderClassName
{
color: #EF72CF;
}
.AnyTagClassName
{
color: #EF72CF;
}
</style>
background-color css
<style>
a { background-color: #EF72CF; }
a { background-color: rgb(239,114,207); }
div.DivClassName
{
background-color: #EF72CF;
}
.BgClassName
{
background-color: #EF72CF;
}
</style>
border-color css
<style>
span { border-color: #EF72CF; }
span { border-color: rgb(239,114,207); }
td.TdClassName
{
border-color: #EF72CF;
}
.TagClassName
{
border-color: #EF72CF;
}
</style>