Shades of Neon Pink #F76CCC
Tints of Neon Pink #F76CCC
RGB
CMYK
RGB Variations
Color information
#F76CCC (or 0xF76CCC) is known color: Neon Pink. HEX triplet: F7, 6C and CC. RGB value is (247,108,204). Sum of RGB (Red+Green+Blue) = 247+108+204=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CCC is #089333. Grayscale: #A0A0A0. Windows color (decimal): -561972 or 13397239. OLE color: 13397239.
HSL color Cylindrical-coordinate representation of color #F76CCC: hue angle of 318.56º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76CCC is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 204 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.03 |
| HSL | 318.56º | 0.9% | 0.7% | - |
| HSV(B) | 318.56º | 0.56% | 0.97% | - |
| XYZ | 54.62 | 34.86 | 60.98 | - |
| YUV | 160.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 204 | 0 | 0.56 | 0.17 | 0.03 | 318.56 | 0.9 | 0.7 |
| Hex | F7 | 6C | CC | 0 | 38 | 11 | 3 | 13F | 5A | 46 |
| Octal | 367 | 154 | 314 | 0 | 70 | 21 | 3 | 477 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11001100 | 0 | 111000 | 10001 | 11 | 100111111 | 1011010 | 1000110 |
Color Harmonies of #F76CCC
Complementary color
Monochromatic Colors of #F76CCC
Black with #F76CCC
Text Example
Text Example
White with #F76CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CCC; }
p { color: rgb(247,108,204); }
H1.HeaderClassName
{
color: #F76CCC;
}
.AnyTagClassName
{
color: #F76CCC;
}
</style>
background-color css
<style>
a { background-color: #F76CCC; }
a { background-color: rgb(247,108,204); }
div.DivClassName
{
background-color: #F76CCC;
}
.BgClassName
{
background-color: #F76CCC;
}
</style>
border-color css
<style>
span { border-color: #F76CCC; }
span { border-color: rgb(247,108,204); }
td.TdClassName
{
border-color: #F76CCC;
}
.TagClassName
{
border-color: #F76CCC;
}
</style>