Shades of Neon Pink #F76CCD
Tints of Neon Pink #F76CCD
RGB
CMYK
RGB Variations
Color information
#F76CCD (or 0xF76CCD) is known color: Neon Pink. HEX triplet: F7, 6C and CD. RGB value is (247,108,205). Sum of RGB (Red+Green+Blue) = 247+108+205=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CCD is #089332. Grayscale: #A0A0A0. Windows color (decimal): -561971 or 13462775. OLE color: 13462775.
HSL color Cylindrical-coordinate representation of color #F76CCD: hue angle of 318.13º 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 #F76CCD is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 205 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.03 |
| HSL | 318.13º | 0.9% | 0.7% | - |
| HSV(B) | 318.13º | 0.56% | 0.97% | - |
| XYZ | 54.74 | 34.91 | 61.61 | - |
| YUV | 160.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 205 | 0 | 0.56 | 0.17 | 0.03 | 318.13 | 0.9 | 0.7 |
| Hex | F7 | 6C | CD | 0 | 38 | 11 | 3 | 13E | 5A | 46 |
| Octal | 367 | 154 | 315 | 0 | 70 | 21 | 3 | 476 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11001101 | 0 | 111000 | 10001 | 11 | 100111110 | 1011010 | 1000110 |
Color Harmonies of #F76CCD
Complementary color
Monochromatic Colors of #F76CCD
Black with #F76CCD
Text Example
Text Example
White with #F76CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CCD; }
p { color: rgb(247,108,205); }
H1.HeaderClassName
{
color: #F76CCD;
}
.AnyTagClassName
{
color: #F76CCD;
}
</style>
background-color css
<style>
a { background-color: #F76CCD; }
a { background-color: rgb(247,108,205); }
div.DivClassName
{
background-color: #F76CCD;
}
.BgClassName
{
background-color: #F76CCD;
}
</style>
border-color css
<style>
span { border-color: #F76CCD; }
span { border-color: rgb(247,108,205); }
td.TdClassName
{
border-color: #F76CCD;
}
.TagClassName
{
border-color: #F76CCD;
}
</style>