Shades of Neon Pink #F971C0
Tints of Neon Pink #F971C0
RGB
CMYK
RGB Variations
Color information
#F971C0 (or 0xF971C0) is known color: Neon Pink. HEX triplet: F9, 71 and C0. RGB value is (249,113,192). Sum of RGB (Red+Green+Blue) = 249+113+192=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F971C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971C0 is #068E3F. Grayscale: #A2A2A2. Windows color (decimal): -429632 or 12612089. OLE color: 12612089.
HSL color Cylindrical-coordinate representation of color #F971C0: hue angle of 325.15º 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 #F971C0 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 192 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.02 |
| HSL | 325.15º | 0.92% | 0.71% | - |
| HSV(B) | 325.15º | 0.55% | 0.98% | - |
| XYZ | 54.49 | 35.76 | 53.9 | - |
| YUV | 162.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 192 | 0 | 0.55 | 0.23 | 0.02 | 325.15 | 0.92 | 0.71 |
| Hex | F9 | 71 | C0 | 0 | 37 | 17 | 2 | 145 | 5C | 47 |
| Octal | 371 | 161 | 300 | 0 | 67 | 27 | 2 | 505 | 134 | 107 |
| Binary | 11111001 | 1110001 | 11000000 | 0 | 110111 | 10111 | 10 | 101000101 | 1011100 | 1000111 |
Color Harmonies of #F971C0
Complementary color
Monochromatic Colors of #F971C0
Black with #F971C0
Text Example
Text Example
White with #F971C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971C0; }
p { color: rgb(249,113,192); }
H1.HeaderClassName
{
color: #F971C0;
}
.AnyTagClassName
{
color: #F971C0;
}
</style>
background-color css
<style>
a { background-color: #F971C0; }
a { background-color: rgb(249,113,192); }
div.DivClassName
{
background-color: #F971C0;
}
.BgClassName
{
background-color: #F971C0;
}
</style>
border-color css
<style>
span { border-color: #F971C0; }
span { border-color: rgb(249,113,192); }
td.TdClassName
{
border-color: #F971C0;
}
.TagClassName
{
border-color: #F971C0;
}
</style>