Shades of Neon Pink #F97ACE
Tints of Neon Pink #F97ACE
RGB
CMYK
RGB Variations
Color information
#F97ACE (or 0xF97ACE) is known color: Neon Pink. HEX triplet: F9, 7A and CE. RGB value is (249,122,206). Sum of RGB (Red+Green+Blue) = 249+122+206=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ACE is #068531. Grayscale: #A9A9A9. Windows color (decimal): -427314 or 13531897. OLE color: 13531897.
HSL color Cylindrical-coordinate representation of color #F97ACE: hue angle of 320.31º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97ACE is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 206 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.02 |
| HSL | 320.32º | 0.91% | 0.73% | - |
| HSV(B) | 320.32º | 0.51% | 0.98% | - |
| XYZ | 57.17 | 38.52 | 62.81 | - |
| YUV | 169.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 206 | 0 | 0.51 | 0.17 | 0.02 | 320.32 | 0.91 | 0.73 |
| Hex | F9 | 7A | CE | 0 | 33 | 11 | 2 | 140 | 5B | 49 |
| Octal | 371 | 172 | 316 | 0 | 63 | 21 | 2 | 500 | 133 | 111 |
| Binary | 11111001 | 1111010 | 11001110 | 0 | 110011 | 10001 | 10 | 101000000 | 1011011 | 1001001 |
Color Harmonies of #F97ACE
Complementary color
Monochromatic Colors of #F97ACE
Black with #F97ACE
Text Example
Text Example
White with #F97ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97ACE; }
p { color: rgb(249,122,206); }
H1.HeaderClassName
{
color: #F97ACE;
}
.AnyTagClassName
{
color: #F97ACE;
}
</style>
background-color css
<style>
a { background-color: #F97ACE; }
a { background-color: rgb(249,122,206); }
div.DivClassName
{
background-color: #F97ACE;
}
.BgClassName
{
background-color: #F97ACE;
}
</style>
border-color css
<style>
span { border-color: #F97ACE; }
span { border-color: rgb(249,122,206); }
td.TdClassName
{
border-color: #F97ACE;
}
.TagClassName
{
border-color: #F97ACE;
}
</style>