Shades of Neon Pink #F778CE
Tints of Neon Pink #F778CE
RGB
CMYK
RGB Variations
Color information
#F778CE (or 0xF778CE) is known color: Neon Pink. HEX triplet: F7, 78 and CE. RGB value is (247,120,206). Sum of RGB (Red+Green+Blue) = 247+120+206=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F778CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778CE is #088731. Grayscale: #A7A7A7. Windows color (decimal): -558898 or 13531383. OLE color: 13531383.
HSL color Cylindrical-coordinate representation of color #F778CE: hue angle of 319.37º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F778CE is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 206 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.03 |
| HSL | 319.37º | 0.89% | 0.72% | - |
| HSV(B) | 319.37º | 0.51% | 0.97% | - |
| XYZ | 56.21 | 37.66 | 62.7 | - |
| YUV | 167.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 206 | 0 | 0.51 | 0.17 | 0.03 | 319.37 | 0.89 | 0.72 |
| Hex | F7 | 78 | CE | 0 | 33 | 11 | 3 | 13F | 59 | 48 |
| Octal | 367 | 170 | 316 | 0 | 63 | 21 | 3 | 477 | 131 | 110 |
| Binary | 11110111 | 1111000 | 11001110 | 0 | 110011 | 10001 | 11 | 100111111 | 1011001 | 1001000 |
Color Harmonies of #F778CE
Complementary color
Monochromatic Colors of #F778CE
Black with #F778CE
Text Example
Text Example
White with #F778CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F778CE; }
p { color: rgb(247,120,206); }
H1.HeaderClassName
{
color: #F778CE;
}
.AnyTagClassName
{
color: #F778CE;
}
</style>
background-color css
<style>
a { background-color: #F778CE; }
a { background-color: rgb(247,120,206); }
div.DivClassName
{
background-color: #F778CE;
}
.BgClassName
{
background-color: #F778CE;
}
</style>
border-color css
<style>
span { border-color: #F778CE; }
span { border-color: rgb(247,120,206); }
td.TdClassName
{
border-color: #F778CE;
}
.TagClassName
{
border-color: #F778CE;
}
</style>