Shades of Neon Pink #F771C2
Tints of Neon Pink #F771C2
RGB
CMYK
RGB Variations
Color information
#F771C2 (or 0xF771C2) is known color: Neon Pink. HEX triplet: F7, 71 and C2. RGB value is (247,113,194). Sum of RGB (Red+Green+Blue) = 247+113+194=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F771C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771C2 is #088E3D. Grayscale: #A2A2A2. Windows color (decimal): -560702 or 12743159. OLE color: 12743159.
HSL color Cylindrical-coordinate representation of color #F771C2: hue angle of 323.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F771C2 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 194 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.03 |
| HSL | 323.73º | 0.89% | 0.71% | - |
| HSV(B) | 323.73º | 0.54% | 0.97% | - |
| XYZ | 54 | 35.48 | 55.04 | - |
| YUV | 162.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 194 | 0 | 0.54 | 0.21 | 0.03 | 323.73 | 0.89 | 0.71 |
| Hex | F7 | 71 | C2 | 0 | 36 | 15 | 3 | 144 | 59 | 47 |
| Octal | 367 | 161 | 302 | 0 | 66 | 25 | 3 | 504 | 131 | 107 |
| Binary | 11110111 | 1110001 | 11000010 | 0 | 110110 | 10101 | 11 | 101000100 | 1011001 | 1000111 |
Color Harmonies of #F771C2
Complementary color
Monochromatic Colors of #F771C2
Black with #F771C2
Text Example
Text Example
White with #F771C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771C2; }
p { color: rgb(247,113,194); }
H1.HeaderClassName
{
color: #F771C2;
}
.AnyTagClassName
{
color: #F771C2;
}
</style>
background-color css
<style>
a { background-color: #F771C2; }
a { background-color: rgb(247,113,194); }
div.DivClassName
{
background-color: #F771C2;
}
.BgClassName
{
background-color: #F771C2;
}
</style>
border-color css
<style>
span { border-color: #F771C2; }
span { border-color: rgb(247,113,194); }
td.TdClassName
{
border-color: #F771C2;
}
.TagClassName
{
border-color: #F771C2;
}
</style>