Shades of Neon Pink #F776C8
Tints of Neon Pink #F776C8
RGB
CMYK
RGB Variations
Color information
#F776C8 (or 0xF776C8) is known color: Neon Pink. HEX triplet: F7, 76 and C8. RGB value is (247,118,200). Sum of RGB (Red+Green+Blue) = 247+118+200=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F776C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776C8 is #088937. Grayscale: #A5A5A5. Windows color (decimal): -559416 or 13137655. OLE color: 13137655.
HSL color Cylindrical-coordinate representation of color #F776C8: hue angle of 321.86º 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 #F776C8 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 200 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.03 |
| HSL | 321.86º | 0.89% | 0.72% | - |
| HSV(B) | 321.86º | 0.52% | 0.97% | - |
| XYZ | 55.26 | 36.9 | 58.85 | - |
| YUV | 165.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 200 | 0 | 0.52 | 0.19 | 0.03 | 321.86 | 0.89 | 0.72 |
| Hex | F7 | 76 | C8 | 0 | 34 | 13 | 3 | 142 | 59 | 48 |
| Octal | 367 | 166 | 310 | 0 | 64 | 23 | 3 | 502 | 131 | 110 |
| Binary | 11110111 | 1110110 | 11001000 | 0 | 110100 | 10011 | 11 | 101000010 | 1011001 | 1001000 |
Color Harmonies of #F776C8
Complementary color
Monochromatic Colors of #F776C8
Black with #F776C8
Text Example
Text Example
White with #F776C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F776C8; }
p { color: rgb(247,118,200); }
H1.HeaderClassName
{
color: #F776C8;
}
.AnyTagClassName
{
color: #F776C8;
}
</style>
background-color css
<style>
a { background-color: #F776C8; }
a { background-color: rgb(247,118,200); }
div.DivClassName
{
background-color: #F776C8;
}
.BgClassName
{
background-color: #F776C8;
}
</style>
border-color css
<style>
span { border-color: #F776C8; }
span { border-color: rgb(247,118,200); }
td.TdClassName
{
border-color: #F776C8;
}
.TagClassName
{
border-color: #F776C8;
}
</style>