Shades of Neon Pink #F87ACC
Tints of Neon Pink #F87ACC
RGB
CMYK
RGB Variations
Color information
#F87ACC (or 0xF87ACC) is known color: Neon Pink. HEX triplet: F8, 7A and CC. RGB value is (248,122,204). Sum of RGB (Red+Green+Blue) = 248+122+204=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ACC is #078533. Grayscale: #A8A8A8. Windows color (decimal): -492852 or 13400824. OLE color: 13400824.
HSL color Cylindrical-coordinate representation of color #F87ACC: hue angle of 320.95º 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 #F87ACC is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 204 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.03 |
| HSL | 320.95º | 0.9% | 0.73% | - |
| HSV(B) | 320.95º | 0.51% | 0.97% | - |
| XYZ | 56.57 | 38.24 | 61.53 | - |
| YUV | 169.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 204 | 0 | 0.51 | 0.18 | 0.03 | 320.95 | 0.9 | 0.73 |
| Hex | F8 | 7A | CC | 0 | 33 | 12 | 3 | 141 | 5A | 49 |
| Octal | 370 | 172 | 314 | 0 | 63 | 22 | 3 | 501 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11001100 | 0 | 110011 | 10010 | 11 | 101000001 | 1011010 | 1001001 |
Color Harmonies of #F87ACC
Complementary color
Monochromatic Colors of #F87ACC
Black with #F87ACC
Text Example
Text Example
White with #F87ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ACC; }
p { color: rgb(248,122,204); }
H1.HeaderClassName
{
color: #F87ACC;
}
.AnyTagClassName
{
color: #F87ACC;
}
</style>
background-color css
<style>
a { background-color: #F87ACC; }
a { background-color: rgb(248,122,204); }
div.DivClassName
{
background-color: #F87ACC;
}
.BgClassName
{
background-color: #F87ACC;
}
</style>
border-color css
<style>
span { border-color: #F87ACC; }
span { border-color: rgb(248,122,204); }
td.TdClassName
{
border-color: #F87ACC;
}
.TagClassName
{
border-color: #F87ACC;
}
</style>