Shades of Neon Pink #F770CA
Tints of Neon Pink #F770CA
RGB
CMYK
RGB Variations
Color information
#F770CA (or 0xF770CA) is known color: Neon Pink. HEX triplet: F7, 70 and CA. RGB value is (247,112,202). Sum of RGB (Red+Green+Blue) = 247+112+202=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F770CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770CA is #088F35. Grayscale: #A2A2A2. Windows color (decimal): -560950 or 13267191. OLE color: 13267191.
HSL color Cylindrical-coordinate representation of color #F770CA: hue angle of 320º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770CA is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 202 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.03 |
| HSL | 320º | 0.89% | 0.7% | - |
| HSV(B) | 320º | 0.55% | 0.97% | - |
| XYZ | 54.81 | 35.63 | 59.86 | - |
| YUV | 162.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 202 | 0 | 0.55 | 0.18 | 0.03 | 320 | 0.89 | 0.7 |
| Hex | F7 | 70 | CA | 0 | 37 | 12 | 3 | 140 | 59 | 46 |
| Octal | 367 | 160 | 312 | 0 | 67 | 22 | 3 | 500 | 131 | 106 |
| Binary | 11110111 | 1110000 | 11001010 | 0 | 110111 | 10010 | 11 | 101000000 | 1011001 | 1000110 |
Color Harmonies of #F770CA
Complementary color
Monochromatic Colors of #F770CA
Black with #F770CA
Text Example
Text Example
White with #F770CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770CA; }
p { color: rgb(247,112,202); }
H1.HeaderClassName
{
color: #F770CA;
}
.AnyTagClassName
{
color: #F770CA;
}
</style>
background-color css
<style>
a { background-color: #F770CA; }
a { background-color: rgb(247,112,202); }
div.DivClassName
{
background-color: #F770CA;
}
.BgClassName
{
background-color: #F770CA;
}
</style>
border-color css
<style>
span { border-color: #F770CA; }
span { border-color: rgb(247,112,202); }
td.TdClassName
{
border-color: #F770CA;
}
.TagClassName
{
border-color: #F770CA;
}
</style>