Shades of Neon Pink #F86EC7
Tints of Neon Pink #F86EC7
RGB
CMYK
RGB Variations
Color information
#F86EC7 (or 0xF86EC7) is known color: Neon Pink. HEX triplet: F8, 6E and C7. RGB value is (248,110,199). Sum of RGB (Red+Green+Blue) = 248+110+199=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F86EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86EC7 is #079138. Grayscale: #A1A1A1. Windows color (decimal): -495929 or 13070072. OLE color: 13070072.
HSL color Cylindrical-coordinate representation of color #F86EC7: hue angle of 321.3º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86EC7 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 199 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.03 |
| HSL | 321.3º | 0.91% | 0.7% | - |
| HSV(B) | 321.3º | 0.56% | 0.97% | - |
| XYZ | 54.6 | 35.23 | 57.96 | - |
| YUV | 161.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 199 | 0 | 0.56 | 0.20 | 0.03 | 321.3 | 0.91 | 0.7 |
| Hex | F8 | 6E | C7 | 0 | 38 | 14 | 3 | 141 | 5B | 46 |
| Octal | 370 | 156 | 307 | 0 | 70 | 24 | 3 | 501 | 133 | 106 |
| Binary | 11111000 | 1101110 | 11000111 | 0 | 111000 | 10100 | 11 | 101000001 | 1011011 | 1000110 |
Color Harmonies of #F86EC7
Complementary color
Monochromatic Colors of #F86EC7
Black with #F86EC7
Text Example
Text Example
White with #F86EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86EC7; }
p { color: rgb(248,110,199); }
H1.HeaderClassName
{
color: #F86EC7;
}
.AnyTagClassName
{
color: #F86EC7;
}
</style>
background-color css
<style>
a { background-color: #F86EC7; }
a { background-color: rgb(248,110,199); }
div.DivClassName
{
background-color: #F86EC7;
}
.BgClassName
{
background-color: #F86EC7;
}
</style>
border-color css
<style>
span { border-color: #F86EC7; }
span { border-color: rgb(248,110,199); }
td.TdClassName
{
border-color: #F86EC7;
}
.TagClassName
{
border-color: #F86EC7;
}
</style>