Shades of Neon Pink #F971C9
Tints of Neon Pink #F971C9
RGB
CMYK
RGB Variations
Color information
#F971C9 (or 0xF971C9) is known color: Neon Pink. HEX triplet: F9, 71 and C9. RGB value is (249,113,201). Sum of RGB (Red+Green+Blue) = 249+113+201=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F971C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971C9 is #068E36. Grayscale: #A3A3A3. Windows color (decimal): -429623 or 13201913. OLE color: 13201913.
HSL color Cylindrical-coordinate representation of color #F971C9: hue angle of 321.18º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F971C9 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 201 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.02 |
| HSL | 321.18º | 0.92% | 0.71% | - |
| HSV(B) | 321.18º | 0.55% | 0.98% | - |
| XYZ | 55.51 | 36.17 | 59.31 | - |
| YUV | 163.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 201 | 0 | 0.55 | 0.19 | 0.02 | 321.18 | 0.92 | 0.71 |
| Hex | F9 | 71 | C9 | 0 | 37 | 13 | 2 | 141 | 5C | 47 |
| Octal | 371 | 161 | 311 | 0 | 67 | 23 | 2 | 501 | 134 | 107 |
| Binary | 11111001 | 1110001 | 11001001 | 0 | 110111 | 10011 | 10 | 101000001 | 1011100 | 1000111 |
Color Harmonies of #F971C9
Complementary color
Monochromatic Colors of #F971C9
Black with #F971C9
Text Example
Text Example
White with #F971C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971C9; }
p { color: rgb(249,113,201); }
H1.HeaderClassName
{
color: #F971C9;
}
.AnyTagClassName
{
color: #F971C9;
}
</style>
background-color css
<style>
a { background-color: #F971C9; }
a { background-color: rgb(249,113,201); }
div.DivClassName
{
background-color: #F971C9;
}
.BgClassName
{
background-color: #F971C9;
}
</style>
border-color css
<style>
span { border-color: #F971C9; }
span { border-color: rgb(249,113,201); }
td.TdClassName
{
border-color: #F971C9;
}
.TagClassName
{
border-color: #F971C9;
}
</style>