Shades of Neon Pink #F778D0
Tints of Neon Pink #F778D0
RGB
CMYK
RGB Variations
Color information
#F778D0 (or 0xF778D0) is known color: Neon Pink. HEX triplet: F7, 78 and D0. RGB value is (247,120,208). Sum of RGB (Red+Green+Blue) = 247+120+208=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F778D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778D0 is #08872F. Grayscale: #A7A7A7. Windows color (decimal): -558896 or 13662455. OLE color: 13662455.
HSL color Cylindrical-coordinate representation of color #F778D0: hue angle of 318.43º 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 #F778D0 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 208 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.03 |
| HSL | 318.43º | 0.89% | 0.72% | - |
| HSV(B) | 318.43º | 0.51% | 0.97% | - |
| XYZ | 56.46 | 37.76 | 63.99 | - |
| YUV | 168.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 208 | 0 | 0.51 | 0.16 | 0.03 | 318.43 | 0.89 | 0.72 |
| Hex | F7 | 78 | D0 | 0 | 33 | 10 | 3 | 13E | 59 | 48 |
| Octal | 367 | 170 | 320 | 0 | 63 | 20 | 3 | 476 | 131 | 110 |
| Binary | 11110111 | 1111000 | 11010000 | 0 | 110011 | 10000 | 11 | 100111110 | 1011001 | 1001000 |
Color Harmonies of #F778D0
Complementary color
Monochromatic Colors of #F778D0
Black with #F778D0
Text Example
Text Example
White with #F778D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F778D0; }
p { color: rgb(247,120,208); }
H1.HeaderClassName
{
color: #F778D0;
}
.AnyTagClassName
{
color: #F778D0;
}
</style>
background-color css
<style>
a { background-color: #F778D0; }
a { background-color: rgb(247,120,208); }
div.DivClassName
{
background-color: #F778D0;
}
.BgClassName
{
background-color: #F778D0;
}
</style>
border-color css
<style>
span { border-color: #F778D0; }
span { border-color: rgb(247,120,208); }
td.TdClassName
{
border-color: #F778D0;
}
.TagClassName
{
border-color: #F778D0;
}
</style>