Shades of Neon Pink #F756CA
Tints of Neon Pink #F756CA
RGB
CMYK
RGB Variations
Color information
#F756CA (or 0xF756CA) is known color: Neon Pink. HEX triplet: F7, 56 and CA. RGB value is (247,86,202). Sum of RGB (Red+Green+Blue) = 247+86+202=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F756CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756CA is #08A935. Grayscale: #939393. Windows color (decimal): -567606 or 13260535. OLE color: 13260535.
HSL color Cylindrical-coordinate representation of color #F756CA: hue angle of 316.77º 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 #F756CA is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 202 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.03 |
| HSL | 316.77º | 0.91% | 0.65% | - |
| HSV(B) | 316.77º | 0.65% | 0.97% | - |
| XYZ | 52.35 | 30.69 | 59.04 | - |
| YUV | 147.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 202 | 0 | 0.65 | 0.18 | 0.03 | 316.77 | 0.91 | 0.65 |
| Hex | F7 | 56 | CA | 0 | 41 | 12 | 3 | 13D | 5B | 41 |
| Octal | 367 | 126 | 312 | 0 | 101 | 22 | 3 | 475 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11001010 | 0 | 1000001 | 10010 | 11 | 100111101 | 1011011 | 1000001 |
Color Harmonies of #F756CA
Complementary color
Monochromatic Colors of #F756CA
Black with #F756CA
Text Example
Text Example
White with #F756CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756CA; }
p { color: rgb(247,86,202); }
H1.HeaderClassName
{
color: #F756CA;
}
.AnyTagClassName
{
color: #F756CA;
}
</style>
background-color css
<style>
a { background-color: #F756CA; }
a { background-color: rgb(247,86,202); }
div.DivClassName
{
background-color: #F756CA;
}
.BgClassName
{
background-color: #F756CA;
}
</style>
border-color css
<style>
span { border-color: #F756CA; }
span { border-color: rgb(247,86,202); }
td.TdClassName
{
border-color: #F756CA;
}
.TagClassName
{
border-color: #F756CA;
}
</style>