Shades of Neon Pink #F777D5
Tints of Neon Pink #F777D5
RGB
CMYK
RGB Variations
Color information
#F777D5 (or 0xF777D5) is known color: Neon Pink. HEX triplet: F7, 77 and D5. RGB value is (247,119,213). Sum of RGB (Red+Green+Blue) = 247+119+213=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F777D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777D5 is #08882A. Grayscale: #A7A7A7. Windows color (decimal): -559147 or 13989879. OLE color: 13989879.
HSL color Cylindrical-coordinate representation of color #F777D5: hue angle of 315.94º 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 #F777D5 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 213 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.03 |
| HSL | 315.94º | 0.89% | 0.72% | - |
| HSV(B) | 315.94º | 0.52% | 0.97% | - |
| XYZ | 56.96 | 37.77 | 67.24 | - |
| YUV | 167.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 213 | 0 | 0.52 | 0.14 | 0.03 | 315.94 | 0.89 | 0.72 |
| Hex | F7 | 77 | D5 | 0 | 34 | E | 3 | 13C | 59 | 48 |
| Octal | 367 | 167 | 325 | 0 | 64 | 16 | 3 | 474 | 131 | 110 |
| Binary | 11110111 | 1110111 | 11010101 | 0 | 110100 | 1110 | 11 | 100111100 | 1011001 | 1001000 |
Color Harmonies of #F777D5
Complementary color
Monochromatic Colors of #F777D5
Black with #F777D5
Text Example
Text Example
White with #F777D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F777D5; }
p { color: rgb(247,119,213); }
H1.HeaderClassName
{
color: #F777D5;
}
.AnyTagClassName
{
color: #F777D5;
}
</style>
background-color css
<style>
a { background-color: #F777D5; }
a { background-color: rgb(247,119,213); }
div.DivClassName
{
background-color: #F777D5;
}
.BgClassName
{
background-color: #F777D5;
}
</style>
border-color css
<style>
span { border-color: #F777D5; }
span { border-color: rgb(247,119,213); }
td.TdClassName
{
border-color: #F777D5;
}
.TagClassName
{
border-color: #F777D5;
}
</style>