Shades of Neon Pink #F87ACF
Tints of Neon Pink #F87ACF
RGB
CMYK
RGB Variations
Color information
#F87ACF (or 0xF87ACF) is known color: Neon Pink. HEX triplet: F8, 7A and CF. RGB value is (248,122,207). Sum of RGB (Red+Green+Blue) = 248+122+207=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ACF is #078530. Grayscale: #A9A9A9. Windows color (decimal): -492849 or 13597432. OLE color: 13597432.
HSL color Cylindrical-coordinate representation of color #F87ACF: hue angle of 319.52º 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 #F87ACF is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 207 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.03 |
| HSL | 319.52º | 0.9% | 0.73% | - |
| HSV(B) | 319.52º | 0.51% | 0.97% | - |
| XYZ | 56.93 | 38.38 | 63.44 | - |
| YUV | 169.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 207 | 0 | 0.51 | 0.17 | 0.03 | 319.52 | 0.9 | 0.73 |
| Hex | F8 | 7A | CF | 0 | 33 | 11 | 3 | 140 | 5A | 49 |
| Octal | 370 | 172 | 317 | 0 | 63 | 21 | 3 | 500 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11001111 | 0 | 110011 | 10001 | 11 | 101000000 | 1011010 | 1001001 |
Color Harmonies of #F87ACF
Complementary color
Monochromatic Colors of #F87ACF
Black with #F87ACF
Text Example
Text Example
White with #F87ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ACF; }
p { color: rgb(248,122,207); }
H1.HeaderClassName
{
color: #F87ACF;
}
.AnyTagClassName
{
color: #F87ACF;
}
</style>
background-color css
<style>
a { background-color: #F87ACF; }
a { background-color: rgb(248,122,207); }
div.DivClassName
{
background-color: #F87ACF;
}
.BgClassName
{
background-color: #F87ACF;
}
</style>
border-color css
<style>
span { border-color: #F87ACF; }
span { border-color: rgb(248,122,207); }
td.TdClassName
{
border-color: #F87ACF;
}
.TagClassName
{
border-color: #F87ACF;
}
</style>