Shades of Neon Pink #F87AD0
Tints of Neon Pink #F87AD0
RGB
CMYK
RGB Variations
Color information
#F87AD0 (or 0xF87AD0) is known color: Neon Pink. HEX triplet: F8, 7A and D0. RGB value is (248,122,208). Sum of RGB (Red+Green+Blue) = 248+122+208=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD0 is #07852F. Grayscale: #A9A9A9. Windows color (decimal): -492848 or 13662968. OLE color: 13662968.
HSL color Cylindrical-coordinate representation of color #F87AD0: hue angle of 319.05º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AD0 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 208 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.03 |
| HSL | 319.05º | 0.9% | 0.73% | - |
| HSV(B) | 319.05º | 0.51% | 0.97% | - |
| XYZ | 57.06 | 38.43 | 64.08 | - |
| YUV | 169.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 208 | 0 | 0.51 | 0.16 | 0.03 | 319.05 | 0.9 | 0.73 |
| Hex | F8 | 7A | D0 | 0 | 33 | 10 | 3 | 13F | 5A | 49 |
| Octal | 370 | 172 | 320 | 0 | 63 | 20 | 3 | 477 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11010000 | 0 | 110011 | 10000 | 11 | 100111111 | 1011010 | 1001001 |
Color Harmonies of #F87AD0
Complementary color
Monochromatic Colors of #F87AD0
Black with #F87AD0
Text Example
Text Example
White with #F87AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87AD0; }
p { color: rgb(248,122,208); }
H1.HeaderClassName
{
color: #F87AD0;
}
.AnyTagClassName
{
color: #F87AD0;
}
</style>
background-color css
<style>
a { background-color: #F87AD0; }
a { background-color: rgb(248,122,208); }
div.DivClassName
{
background-color: #F87AD0;
}
.BgClassName
{
background-color: #F87AD0;
}
</style>
border-color css
<style>
span { border-color: #F87AD0; }
span { border-color: rgb(248,122,208); }
td.TdClassName
{
border-color: #F87AD0;
}
.TagClassName
{
border-color: #F87AD0;
}
</style>