Shades of Neon Pink #F77CCF
Tints of Neon Pink #F77CCF
RGB
CMYK
RGB Variations
Color information
#F77CCF (or 0xF77CCF) is known color: Neon Pink. HEX triplet: F7, 7C and CF. RGB value is (247,124,207). Sum of RGB (Red+Green+Blue) = 247+124+207=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CCF is #088330. Grayscale: #AAAAAA. Windows color (decimal): -557873 or 13597943. OLE color: 13597943.
HSL color Cylindrical-coordinate representation of color #F77CCF: hue angle of 319.51º degrees, saturation: 0.88, 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 #F77CCF is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 207 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.03 |
| HSL | 319.51º | 0.88% | 0.73% | - |
| HSV(B) | 319.51º | 0.5% | 0.97% | - |
| XYZ | 56.83 | 38.69 | 63.51 | - |
| YUV | 170.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 207 | 0 | 0.50 | 0.16 | 0.03 | 319.51 | 0.88 | 0.73 |
| Hex | F7 | 7C | CF | 0 | 32 | 10 | 3 | 140 | 58 | 49 |
| Octal | 367 | 174 | 317 | 0 | 62 | 20 | 3 | 500 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11001111 | 0 | 110010 | 10000 | 11 | 101000000 | 1011000 | 1001001 |
Color Harmonies of #F77CCF
Complementary color
Monochromatic Colors of #F77CCF
Black with #F77CCF
Text Example
Text Example
White with #F77CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CCF; }
p { color: rgb(247,124,207); }
H1.HeaderClassName
{
color: #F77CCF;
}
.AnyTagClassName
{
color: #F77CCF;
}
</style>
background-color css
<style>
a { background-color: #F77CCF; }
a { background-color: rgb(247,124,207); }
div.DivClassName
{
background-color: #F77CCF;
}
.BgClassName
{
background-color: #F77CCF;
}
</style>
border-color css
<style>
span { border-color: #F77CCF; }
span { border-color: rgb(247,124,207); }
td.TdClassName
{
border-color: #F77CCF;
}
.TagClassName
{
border-color: #F77CCF;
}
</style>