Shades of Neon Pink #F777D0
Tints of Neon Pink #F777D0
RGB
CMYK
RGB Variations
Color information
#F777D0 (or 0xF777D0) is known color: Neon Pink. HEX triplet: F7, 77 and D0. RGB value is (247,119,208). Sum of RGB (Red+Green+Blue) = 247+119+208=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F777D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777D0 is #08882F. Grayscale: #A7A7A7. Windows color (decimal): -559152 or 13662199. OLE color: 13662199.
HSL color Cylindrical-coordinate representation of color #F777D0: hue angle of 318.28º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F777D0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 208 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.03 |
| HSL | 318.28º | 0.89% | 0.72% | - |
| HSV(B) | 318.28º | 0.52% | 0.97% | - |
| XYZ | 56.34 | 37.52 | 63.95 | - |
| YUV | 167.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 208 | 0 | 0.52 | 0.16 | 0.03 | 318.28 | 0.89 | 0.72 |
| Hex | F7 | 77 | D0 | 0 | 34 | 10 | 3 | 13E | 59 | 48 |
| Octal | 367 | 167 | 320 | 0 | 64 | 20 | 3 | 476 | 131 | 110 |
| Binary | 11110111 | 1110111 | 11010000 | 0 | 110100 | 10000 | 11 | 100111110 | 1011001 | 1001000 |
Color Harmonies of #F777D0
Complementary color
Monochromatic Colors of #F777D0
Black with #F777D0
Text Example
Text Example
White with #F777D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F777D0; }
p { color: rgb(247,119,208); }
H1.HeaderClassName
{
color: #F777D0;
}
.AnyTagClassName
{
color: #F777D0;
}
</style>
background-color css
<style>
a { background-color: #F777D0; }
a { background-color: rgb(247,119,208); }
div.DivClassName
{
background-color: #F777D0;
}
.BgClassName
{
background-color: #F777D0;
}
</style>
border-color css
<style>
span { border-color: #F777D0; }
span { border-color: rgb(247,119,208); }
td.TdClassName
{
border-color: #F777D0;
}
.TagClassName
{
border-color: #F777D0;
}
</style>