Shades of Neon Pink #F770C5
Tints of Neon Pink #F770C5
RGB
CMYK
RGB Variations
Color information
#F770C5 (or 0xF770C5) is known color: Neon Pink. HEX triplet: F7, 70 and C5. RGB value is (247,112,197). Sum of RGB (Red+Green+Blue) = 247+112+197=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F770C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770C5 is #088F3A. Grayscale: #A1A1A1. Windows color (decimal): -560955 or 12939511. OLE color: 12939511.
HSL color Cylindrical-coordinate representation of color #F770C5: hue angle of 322.22º 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 #F770C5 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 197 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.03 |
| HSL | 322.22º | 0.89% | 0.7% | - |
| HSV(B) | 322.22º | 0.55% | 0.97% | - |
| XYZ | 54.23 | 35.39 | 56.8 | - |
| YUV | 162.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 197 | 0 | 0.55 | 0.20 | 0.03 | 322.22 | 0.89 | 0.7 |
| Hex | F7 | 70 | C5 | 0 | 37 | 14 | 3 | 142 | 59 | 46 |
| Octal | 367 | 160 | 305 | 0 | 67 | 24 | 3 | 502 | 131 | 106 |
| Binary | 11110111 | 1110000 | 11000101 | 0 | 110111 | 10100 | 11 | 101000010 | 1011001 | 1000110 |
Color Harmonies of #F770C5
Complementary color
Monochromatic Colors of #F770C5
Black with #F770C5
Text Example
Text Example
White with #F770C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770C5; }
p { color: rgb(247,112,197); }
H1.HeaderClassName
{
color: #F770C5;
}
.AnyTagClassName
{
color: #F770C5;
}
</style>
background-color css
<style>
a { background-color: #F770C5; }
a { background-color: rgb(247,112,197); }
div.DivClassName
{
background-color: #F770C5;
}
.BgClassName
{
background-color: #F770C5;
}
</style>
border-color css
<style>
span { border-color: #F770C5; }
span { border-color: rgb(247,112,197); }
td.TdClassName
{
border-color: #F770C5;
}
.TagClassName
{
border-color: #F770C5;
}
</style>