Shades of Neon Pink #F756C7
Tints of Neon Pink #F756C7
RGB
CMYK
RGB Variations
Color information
#F756C7 (or 0xF756C7) is known color: Neon Pink. HEX triplet: F7, 56 and C7. RGB value is (247,86,199). Sum of RGB (Red+Green+Blue) = 247+86+199=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F756C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756C7 is #08A938. Grayscale: #929292. Windows color (decimal): -567609 or 13063927. OLE color: 13063927.
HSL color Cylindrical-coordinate representation of color #F756C7: hue angle of 317.89º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756C7 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 199 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.03 |
| HSL | 317.89º | 0.91% | 0.65% | - |
| HSV(B) | 317.89º | 0.65% | 0.97% | - |
| XYZ | 51.99 | 30.55 | 57.19 | - |
| YUV | 147.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 199 | 0 | 0.65 | 0.19 | 0.03 | 317.89 | 0.91 | 0.65 |
| Hex | F7 | 56 | C7 | 0 | 41 | 13 | 3 | 13E | 5B | 41 |
| Octal | 367 | 126 | 307 | 0 | 101 | 23 | 3 | 476 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11000111 | 0 | 1000001 | 10011 | 11 | 100111110 | 1011011 | 1000001 |
Color Harmonies of #F756C7
Complementary color
Monochromatic Colors of #F756C7
Black with #F756C7
Text Example
Text Example
White with #F756C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756C7; }
p { color: rgb(247,86,199); }
H1.HeaderClassName
{
color: #F756C7;
}
.AnyTagClassName
{
color: #F756C7;
}
</style>
background-color css
<style>
a { background-color: #F756C7; }
a { background-color: rgb(247,86,199); }
div.DivClassName
{
background-color: #F756C7;
}
.BgClassName
{
background-color: #F756C7;
}
</style>
border-color css
<style>
span { border-color: #F756C7; }
span { border-color: rgb(247,86,199); }
td.TdClassName
{
border-color: #F756C7;
}
.TagClassName
{
border-color: #F756C7;
}
</style>