Shades of Neon Pink #F770BE
Tints of Neon Pink #F770BE
RGB
CMYK
RGB Variations
Color information
#F770BE (or 0xF770BE) is known color: Neon Pink. HEX triplet: F7, 70 and BE. RGB value is (247,112,190). Sum of RGB (Red+Green+Blue) = 247+112+190=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F770BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770BE is #088F41. Grayscale: #A1A1A1. Windows color (decimal): -560962 or 12480759. OLE color: 12480759.
HSL color Cylindrical-coordinate representation of color #F770BE: hue angle of 325.33º 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 #F770BE is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 190 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.03 |
| HSL | 325.33º | 0.89% | 0.7% | - |
| HSV(B) | 325.33º | 0.55% | 0.97% | - |
| XYZ | 53.45 | 35.08 | 52.67 | - |
| YUV | 161.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 190 | 0 | 0.55 | 0.23 | 0.03 | 325.33 | 0.89 | 0.7 |
| Hex | F7 | 70 | BE | 0 | 37 | 17 | 3 | 145 | 59 | 46 |
| Octal | 367 | 160 | 276 | 0 | 67 | 27 | 3 | 505 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10111110 | 0 | 110111 | 10111 | 11 | 101000101 | 1011001 | 1000110 |
Color Harmonies of #F770BE
Complementary color
Monochromatic Colors of #F770BE
Black with #F770BE
Text Example
Text Example
White with #F770BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770BE; }
p { color: rgb(247,112,190); }
H1.HeaderClassName
{
color: #F770BE;
}
.AnyTagClassName
{
color: #F770BE;
}
</style>
background-color css
<style>
a { background-color: #F770BE; }
a { background-color: rgb(247,112,190); }
div.DivClassName
{
background-color: #F770BE;
}
.BgClassName
{
background-color: #F770BE;
}
</style>
border-color css
<style>
span { border-color: #F770BE; }
span { border-color: rgb(247,112,190); }
td.TdClassName
{
border-color: #F770BE;
}
.TagClassName
{
border-color: #F770BE;
}
</style>