Shades of Neon Pink #F87ACE
Tints of Neon Pink #F87ACE
RGB
CMYK
RGB Variations
Color information
#F87ACE (or 0xF87ACE) is known color: Neon Pink. HEX triplet: F8, 7A and CE. RGB value is (248,122,206). Sum of RGB (Red+Green+Blue) = 248+122+206=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ACE is #078531. Grayscale: #A9A9A9. Windows color (decimal): -492850 or 13531896. OLE color: 13531896.
HSL color Cylindrical-coordinate representation of color #F87ACE: hue angle of 320º 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 #F87ACE is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 206 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.03 |
| HSL | 320º | 0.9% | 0.73% | - |
| HSV(B) | 320º | 0.51% | 0.97% | - |
| XYZ | 56.81 | 38.33 | 62.8 | - |
| YUV | 169.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 206 | 0 | 0.51 | 0.17 | 0.03 | 320 | 0.9 | 0.73 |
| Hex | F8 | 7A | CE | 0 | 33 | 11 | 3 | 140 | 5A | 49 |
| Octal | 370 | 172 | 316 | 0 | 63 | 21 | 3 | 500 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11001110 | 0 | 110011 | 10001 | 11 | 101000000 | 1011010 | 1001001 |
Color Harmonies of #F87ACE
Complementary color
Monochromatic Colors of #F87ACE
Black with #F87ACE
Text Example
Text Example
White with #F87ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ACE; }
p { color: rgb(248,122,206); }
H1.HeaderClassName
{
color: #F87ACE;
}
.AnyTagClassName
{
color: #F87ACE;
}
</style>
background-color css
<style>
a { background-color: #F87ACE; }
a { background-color: rgb(248,122,206); }
div.DivClassName
{
background-color: #F87ACE;
}
.BgClassName
{
background-color: #F87ACE;
}
</style>
border-color css
<style>
span { border-color: #F87ACE; }
span { border-color: rgb(248,122,206); }
td.TdClassName
{
border-color: #F87ACE;
}
.TagClassName
{
border-color: #F87ACE;
}
</style>