Shades of Neon Pink #F97ACF
Tints of Neon Pink #F97ACF
RGB
CMYK
RGB Variations
Color information
#F97ACF (or 0xF97ACF) is known color: Neon Pink. HEX triplet: F9, 7A and CF. RGB value is (249,122,207). Sum of RGB (Red+Green+Blue) = 249+122+207=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ACF is #068530. Grayscale: #A9A9A9. Windows color (decimal): -427313 or 13597433. OLE color: 13597433.
HSL color Cylindrical-coordinate representation of color #F97ACF: hue angle of 319.84º 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 #F97ACF is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 207 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.02 |
| HSL | 319.84º | 0.91% | 0.73% | - |
| HSV(B) | 319.84º | 0.51% | 0.98% | - |
| XYZ | 57.29 | 38.56 | 63.46 | - |
| YUV | 169.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 207 | 0 | 0.51 | 0.17 | 0.02 | 319.84 | 0.91 | 0.73 |
| Hex | F9 | 7A | CF | 0 | 33 | 11 | 2 | 140 | 5B | 49 |
| Octal | 371 | 172 | 317 | 0 | 63 | 21 | 2 | 500 | 133 | 111 |
| Binary | 11111001 | 1111010 | 11001111 | 0 | 110011 | 10001 | 10 | 101000000 | 1011011 | 1001001 |
Color Harmonies of #F97ACF
Complementary color
Monochromatic Colors of #F97ACF
Black with #F97ACF
Text Example
Text Example
White with #F97ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97ACF; }
p { color: rgb(249,122,207); }
H1.HeaderClassName
{
color: #F97ACF;
}
.AnyTagClassName
{
color: #F97ACF;
}
</style>
background-color css
<style>
a { background-color: #F97ACF; }
a { background-color: rgb(249,122,207); }
div.DivClassName
{
background-color: #F97ACF;
}
.BgClassName
{
background-color: #F97ACF;
}
</style>
border-color css
<style>
span { border-color: #F97ACF; }
span { border-color: rgb(249,122,207); }
td.TdClassName
{
border-color: #F97ACF;
}
.TagClassName
{
border-color: #F97ACF;
}
</style>