Shades of Neon Pink #F87AD4
Tints of Neon Pink #F87AD4
RGB
CMYK
RGB Variations
Color information
#F87AD4 (or 0xF87AD4) is known color: Neon Pink. HEX triplet: F8, 7A and D4. RGB value is (248,122,212). Sum of RGB (Red+Green+Blue) = 248+122+212=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD4 is #07852B. Grayscale: #A9A9A9. Windows color (decimal): -492844 or 13925112. OLE color: 13925112.
HSL color Cylindrical-coordinate representation of color #F87AD4: hue angle of 317.14º 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 #F87AD4 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 212 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.03 |
| HSL | 317.14º | 0.9% | 0.73% | - |
| HSV(B) | 317.14º | 0.51% | 0.97% | - |
| XYZ | 57.55 | 38.63 | 66.71 | - |
| YUV | 169.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 212 | 0 | 0.51 | 0.15 | 0.03 | 317.14 | 0.9 | 0.73 |
| Hex | F8 | 7A | D4 | 0 | 33 | F | 3 | 13D | 5A | 49 |
| Octal | 370 | 172 | 324 | 0 | 63 | 17 | 3 | 475 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11010100 | 0 | 110011 | 1111 | 11 | 100111101 | 1011010 | 1001001 |
Color Harmonies of #F87AD4
Complementary color
Monochromatic Colors of #F87AD4
Black with #F87AD4
Text Example
Text Example
White with #F87AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87AD4; }
p { color: rgb(248,122,212); }
H1.HeaderClassName
{
color: #F87AD4;
}
.AnyTagClassName
{
color: #F87AD4;
}
</style>
background-color css
<style>
a { background-color: #F87AD4; }
a { background-color: rgb(248,122,212); }
div.DivClassName
{
background-color: #F87AD4;
}
.BgClassName
{
background-color: #F87AD4;
}
</style>
border-color css
<style>
span { border-color: #F87AD4; }
span { border-color: rgb(248,122,212); }
td.TdClassName
{
border-color: #F87AD4;
}
.TagClassName
{
border-color: #F87AD4;
}
</style>