Shades of Neon Pink #F871D4
Tints of Neon Pink #F871D4
RGB
CMYK
RGB Variations
Color information
#F871D4 (or 0xF871D4) is known color: Neon Pink. HEX triplet: F8, 71 and D4. RGB value is (248,113,212). Sum of RGB (Red+Green+Blue) = 248+113+212=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F871D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871D4 is #078E2B. Grayscale: #A4A4A4. Windows color (decimal): -495148 or 13922808. OLE color: 13922808.
HSL color Cylindrical-coordinate representation of color #F871D4: hue angle of 316º 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 #F871D4 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 212 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.03 |
| HSL | 316º | 0.91% | 0.71% | - |
| HSV(B) | 316º | 0.54% | 0.97% | - |
| XYZ | 56.5 | 36.52 | 66.36 | - |
| YUV | 164.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 212 | 0 | 0.54 | 0.15 | 0.03 | 316 | 0.91 | 0.71 |
| Hex | F8 | 71 | D4 | 0 | 36 | F | 3 | 13C | 5B | 47 |
| Octal | 370 | 161 | 324 | 0 | 66 | 17 | 3 | 474 | 133 | 107 |
| Binary | 11111000 | 1110001 | 11010100 | 0 | 110110 | 1111 | 11 | 100111100 | 1011011 | 1000111 |
Color Harmonies of #F871D4
Complementary color
Monochromatic Colors of #F871D4
Black with #F871D4
Text Example
Text Example
White with #F871D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F871D4; }
p { color: rgb(248,113,212); }
H1.HeaderClassName
{
color: #F871D4;
}
.AnyTagClassName
{
color: #F871D4;
}
</style>
background-color css
<style>
a { background-color: #F871D4; }
a { background-color: rgb(248,113,212); }
div.DivClassName
{
background-color: #F871D4;
}
.BgClassName
{
background-color: #F871D4;
}
</style>
border-color css
<style>
span { border-color: #F871D4; }
span { border-color: rgb(248,113,212); }
td.TdClassName
{
border-color: #F871D4;
}
.TagClassName
{
border-color: #F871D4;
}
</style>