Shades of Neon Pink #F77BCD
Tints of Neon Pink #F77BCD
RGB
CMYK
RGB Variations
Color information
#F77BCD (or 0xF77BCD) is known color: Neon Pink. HEX triplet: F7, 7B and CD. RGB value is (247,123,205). Sum of RGB (Red+Green+Blue) = 247+123+205=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BCD is #088432. Grayscale: #A9A9A9. Windows color (decimal): -558131 or 13466615. OLE color: 13466615.
HSL color Cylindrical-coordinate representation of color #F77BCD: hue angle of 320.32º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BCD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 205 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.03 |
| HSL | 320.32º | 0.89% | 0.73% | - |
| HSV(B) | 320.32º | 0.5% | 0.97% | - |
| XYZ | 56.46 | 38.35 | 62.18 | - |
| YUV | 169.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 205 | 0 | 0.50 | 0.17 | 0.03 | 320.32 | 0.89 | 0.73 |
| Hex | F7 | 7B | CD | 0 | 32 | 11 | 3 | 140 | 59 | 49 |
| Octal | 367 | 173 | 315 | 0 | 62 | 21 | 3 | 500 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11001101 | 0 | 110010 | 10001 | 11 | 101000000 | 1011001 | 1001001 |
Color Harmonies of #F77BCD
Complementary color
Monochromatic Colors of #F77BCD
Black with #F77BCD
Text Example
Text Example
White with #F77BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BCD; }
p { color: rgb(247,123,205); }
H1.HeaderClassName
{
color: #F77BCD;
}
.AnyTagClassName
{
color: #F77BCD;
}
</style>
background-color css
<style>
a { background-color: #F77BCD; }
a { background-color: rgb(247,123,205); }
div.DivClassName
{
background-color: #F77BCD;
}
.BgClassName
{
background-color: #F77BCD;
}
</style>
border-color css
<style>
span { border-color: #F77BCD; }
span { border-color: rgb(247,123,205); }
td.TdClassName
{
border-color: #F77BCD;
}
.TagClassName
{
border-color: #F77BCD;
}
</style>