Shades of Neon Pink #F871CE
Tints of Neon Pink #F871CE
RGB
CMYK
RGB Variations
Color information
#F871CE (or 0xF871CE) is known color: Neon Pink. HEX triplet: F8, 71 and CE. RGB value is (248,113,206). Sum of RGB (Red+Green+Blue) = 248+113+206=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F871CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871CE is #078E31. Grayscale: #A3A3A3. Windows color (decimal): -495154 or 13529592. OLE color: 13529592.
HSL color Cylindrical-coordinate representation of color #F871CE: hue angle of 318.67º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F871CE is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 206 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.03 |
| HSL | 318.67º | 0.91% | 0.71% | - |
| HSV(B) | 318.67º | 0.54% | 0.97% | - |
| XYZ | 55.76 | 36.22 | 62.45 | - |
| YUV | 163.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 206 | 0 | 0.54 | 0.17 | 0.03 | 318.67 | 0.91 | 0.71 |
| Hex | F8 | 71 | CE | 0 | 36 | 11 | 3 | 13F | 5B | 47 |
| Octal | 370 | 161 | 316 | 0 | 66 | 21 | 3 | 477 | 133 | 107 |
| Binary | 11111000 | 1110001 | 11001110 | 0 | 110110 | 10001 | 11 | 100111111 | 1011011 | 1000111 |
Color Harmonies of #F871CE
Complementary color
Monochromatic Colors of #F871CE
Black with #F871CE
Text Example
Text Example
White with #F871CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F871CE; }
p { color: rgb(248,113,206); }
H1.HeaderClassName
{
color: #F871CE;
}
.AnyTagClassName
{
color: #F871CE;
}
</style>
background-color css
<style>
a { background-color: #F871CE; }
a { background-color: rgb(248,113,206); }
div.DivClassName
{
background-color: #F871CE;
}
.BgClassName
{
background-color: #F871CE;
}
</style>
border-color css
<style>
span { border-color: #F871CE; }
span { border-color: rgb(248,113,206); }
td.TdClassName
{
border-color: #F871CE;
}
.TagClassName
{
border-color: #F871CE;
}
</style>