Shades of Neon Pink #F776D0
Tints of Neon Pink #F776D0
RGB
CMYK
RGB Variations
Color information
#F776D0 (or 0xF776D0) is known color: Neon Pink. HEX triplet: F7, 76 and D0. RGB value is (247,118,208). Sum of RGB (Red+Green+Blue) = 247+118+208=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F776D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776D0 is #08892F. Grayscale: #A6A6A6. Windows color (decimal): -559408 or 13661943. OLE color: 13661943.
HSL color Cylindrical-coordinate representation of color #F776D0: hue angle of 318.14º 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 #F776D0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 208 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.03 |
| HSL | 318.14º | 0.89% | 0.72% | - |
| HSV(B) | 318.14º | 0.52% | 0.97% | - |
| XYZ | 56.22 | 37.29 | 63.91 | - |
| YUV | 166.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 208 | 0 | 0.52 | 0.16 | 0.03 | 318.14 | 0.89 | 0.72 |
| Hex | F7 | 76 | D0 | 0 | 34 | 10 | 3 | 13E | 59 | 48 |
| Octal | 367 | 166 | 320 | 0 | 64 | 20 | 3 | 476 | 131 | 110 |
| Binary | 11110111 | 1110110 | 11010000 | 0 | 110100 | 10000 | 11 | 100111110 | 1011001 | 1001000 |
Color Harmonies of #F776D0
Complementary color
Monochromatic Colors of #F776D0
Black with #F776D0
Text Example
Text Example
White with #F776D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F776D0; }
p { color: rgb(247,118,208); }
H1.HeaderClassName
{
color: #F776D0;
}
.AnyTagClassName
{
color: #F776D0;
}
</style>
background-color css
<style>
a { background-color: #F776D0; }
a { background-color: rgb(247,118,208); }
div.DivClassName
{
background-color: #F776D0;
}
.BgClassName
{
background-color: #F776D0;
}
</style>
border-color css
<style>
span { border-color: #F776D0; }
span { border-color: rgb(247,118,208); }
td.TdClassName
{
border-color: #F776D0;
}
.TagClassName
{
border-color: #F776D0;
}
</style>