Shades of Neon Pink #F756C0
Tints of Neon Pink #F756C0
RGB
CMYK
RGB Variations
Color information
#F756C0 (or 0xF756C0) is known color: Neon Pink. HEX triplet: F7, 56 and C0. RGB value is (247,86,192). Sum of RGB (Red+Green+Blue) = 247+86+192=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F756C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756C0 is #08A93F. Grayscale: #919191. Windows color (decimal): -567616 or 12605175. OLE color: 12605175.
HSL color Cylindrical-coordinate representation of color #F756C0: hue angle of 320.5º 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 #F756C0 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 192 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.03 |
| HSL | 320.5º | 0.91% | 0.65% | - |
| HSV(B) | 320.5º | 0.65% | 0.97% | - |
| XYZ | 51.2 | 30.24 | 53.01 | - |
| YUV | 146.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 192 | 0 | 0.65 | 0.22 | 0.03 | 320.5 | 0.91 | 0.65 |
| Hex | F7 | 56 | C0 | 0 | 41 | 16 | 3 | 140 | 5B | 41 |
| Octal | 367 | 126 | 300 | 0 | 101 | 26 | 3 | 500 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11000000 | 0 | 1000001 | 10110 | 11 | 101000000 | 1011011 | 1000001 |
Color Harmonies of #F756C0
Complementary color
Monochromatic Colors of #F756C0
Black with #F756C0
Text Example
Text Example
White with #F756C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756C0; }
p { color: rgb(247,86,192); }
H1.HeaderClassName
{
color: #F756C0;
}
.AnyTagClassName
{
color: #F756C0;
}
</style>
background-color css
<style>
a { background-color: #F756C0; }
a { background-color: rgb(247,86,192); }
div.DivClassName
{
background-color: #F756C0;
}
.BgClassName
{
background-color: #F756C0;
}
</style>
border-color css
<style>
span { border-color: #F756C0; }
span { border-color: rgb(247,86,192); }
td.TdClassName
{
border-color: #F756C0;
}
.TagClassName
{
border-color: #F756C0;
}
</style>