Shades of Neon Pink #F770D7
Tints of Neon Pink #F770D7
RGB
CMYK
RGB Variations
Color information
#F770D7 (or 0xF770D7) is known color: Neon Pink. HEX triplet: F7, 70 and D7. RGB value is (247,112,215). Sum of RGB (Red+Green+Blue) = 247+112+215=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F770D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770D7 is #088F28. Grayscale: #A3A3A3. Windows color (decimal): -560937 or 14119159. OLE color: 14119159.
HSL color Cylindrical-coordinate representation of color #F770D7: hue angle of 314.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 #F770D7 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 215 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.03 |
| HSL | 314.22º | 0.89% | 0.7% | - |
| HSV(B) | 314.22º | 0.55% | 0.97% | - |
| XYZ | 56.42 | 36.27 | 68.32 | - |
| YUV | 164.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 215 | 0 | 0.55 | 0.13 | 0.03 | 314.22 | 0.89 | 0.7 |
| Hex | F7 | 70 | D7 | 0 | 37 | D | 3 | 13A | 59 | 46 |
| Octal | 367 | 160 | 327 | 0 | 67 | 15 | 3 | 472 | 131 | 106 |
| Binary | 11110111 | 1110000 | 11010111 | 0 | 110111 | 1101 | 11 | 100111010 | 1011001 | 1000110 |
Color Harmonies of #F770D7
Complementary color
Monochromatic Colors of #F770D7
Black with #F770D7
Text Example
Text Example
White with #F770D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770D7; }
p { color: rgb(247,112,215); }
H1.HeaderClassName
{
color: #F770D7;
}
.AnyTagClassName
{
color: #F770D7;
}
</style>
background-color css
<style>
a { background-color: #F770D7; }
a { background-color: rgb(247,112,215); }
div.DivClassName
{
background-color: #F770D7;
}
.BgClassName
{
background-color: #F770D7;
}
</style>
border-color css
<style>
span { border-color: #F770D7; }
span { border-color: rgb(247,112,215); }
td.TdClassName
{
border-color: #F770D7;
}
.TagClassName
{
border-color: #F770D7;
}
</style>