Shades of Neon Pink #F770C7
Tints of Neon Pink #F770C7
RGB
CMYK
RGB Variations
Color information
#F770C7 (or 0xF770C7) is known color: Neon Pink. HEX triplet: F7, 70 and C7. RGB value is (247,112,199). Sum of RGB (Red+Green+Blue) = 247+112+199=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F770C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770C7 is #088F38. Grayscale: #A2A2A2. Windows color (decimal): -560953 or 13070583. OLE color: 13070583.
HSL color Cylindrical-coordinate representation of color #F770C7: hue angle of 321.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770C7 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 199 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.03 |
| HSL | 321.33º | 0.89% | 0.7% | - |
| HSV(B) | 321.33º | 0.55% | 0.97% | - |
| XYZ | 54.46 | 35.49 | 58.01 | - |
| YUV | 162.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 199 | 0 | 0.55 | 0.19 | 0.03 | 321.33 | 0.89 | 0.7 |
| Hex | F7 | 70 | C7 | 0 | 37 | 13 | 3 | 141 | 59 | 46 |
| Octal | 367 | 160 | 307 | 0 | 67 | 23 | 3 | 501 | 131 | 106 |
| Binary | 11110111 | 1110000 | 11000111 | 0 | 110111 | 10011 | 11 | 101000001 | 1011001 | 1000110 |
Color Harmonies of #F770C7
Complementary color
Monochromatic Colors of #F770C7
Black with #F770C7
Text Example
Text Example
White with #F770C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770C7; }
p { color: rgb(247,112,199); }
H1.HeaderClassName
{
color: #F770C7;
}
.AnyTagClassName
{
color: #F770C7;
}
</style>
background-color css
<style>
a { background-color: #F770C7; }
a { background-color: rgb(247,112,199); }
div.DivClassName
{
background-color: #F770C7;
}
.BgClassName
{
background-color: #F770C7;
}
</style>
border-color css
<style>
span { border-color: #F770C7; }
span { border-color: rgb(247,112,199); }
td.TdClassName
{
border-color: #F770C7;
}
.TagClassName
{
border-color: #F770C7;
}
</style>