Shades of Neon Pink #EF6FC5
Tints of Neon Pink #EF6FC5
RGB
CMYK
RGB Variations
Color information
#EF6FC5 (or 0xEF6FC5) is known color: Neon Pink. HEX triplet: EF, 6F and C5. RGB value is (239,111,197). Sum of RGB (Red+Green+Blue) = 239+111+197=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FC5 is #10903A. Grayscale: #9E9E9E. Windows color (decimal): -1085499 or 12939247. OLE color: 12939247.
HSL color Cylindrical-coordinate representation of color #EF6FC5: hue angle of 319.69º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FC5 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 197 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.06 |
| HSL | 319.69º | 0.8% | 0.69% | - |
| HSV(B) | 319.69º | 0.54% | 0.94% | - |
| XYZ | 51.36 | 33.75 | 56.63 | - |
| YUV | 159.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 197 | 0 | 0.54 | 0.18 | 0.06 | 319.69 | 0.8 | 0.69 |
| Hex | EF | 6F | C5 | 0 | 36 | 12 | 6 | 140 | 50 | 45 |
| Octal | 357 | 157 | 305 | 0 | 66 | 22 | 6 | 500 | 120 | 105 |
| Binary | 11101111 | 1101111 | 11000101 | 0 | 110110 | 10010 | 110 | 101000000 | 1010000 | 1000101 |
Color Harmonies of #EF6FC5
Complementary color
Monochromatic Colors of #EF6FC5
Black with #EF6FC5
Text Example
Text Example
White with #EF6FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FC5; }
p { color: rgb(239,111,197); }
H1.HeaderClassName
{
color: #EF6FC5;
}
.AnyTagClassName
{
color: #EF6FC5;
}
</style>
background-color css
<style>
a { background-color: #EF6FC5; }
a { background-color: rgb(239,111,197); }
div.DivClassName
{
background-color: #EF6FC5;
}
.BgClassName
{
background-color: #EF6FC5;
}
</style>
border-color css
<style>
span { border-color: #EF6FC5; }
span { border-color: rgb(239,111,197); }
td.TdClassName
{
border-color: #EF6FC5;
}
.TagClassName
{
border-color: #EF6FC5;
}
</style>