Shades of Neon Pink #F770CB
Tints of Neon Pink #F770CB
RGB
CMYK
RGB Variations
Color information
#F770CB (or 0xF770CB) is known color: Neon Pink. HEX triplet: F7, 70 and CB. RGB value is (247,112,203). Sum of RGB (Red+Green+Blue) = 247+112+203=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F770CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770CB is #088F34. Grayscale: #A2A2A2. Windows color (decimal): -560949 or 13332727. OLE color: 13332727.
HSL color Cylindrical-coordinate representation of color #F770CB: hue angle of 319.56º 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 #F770CB is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 203 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.03 |
| HSL | 319.56º | 0.89% | 0.7% | - |
| HSV(B) | 319.56º | 0.55% | 0.97% | - |
| XYZ | 54.93 | 35.67 | 60.49 | - |
| YUV | 162.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 203 | 0 | 0.55 | 0.18 | 0.03 | 319.56 | 0.89 | 0.7 |
| Hex | F7 | 70 | CB | 0 | 37 | 12 | 3 | 140 | 59 | 46 |
| Octal | 367 | 160 | 313 | 0 | 67 | 22 | 3 | 500 | 131 | 106 |
| Binary | 11110111 | 1110000 | 11001011 | 0 | 110111 | 10010 | 11 | 101000000 | 1011001 | 1000110 |
Color Harmonies of #F770CB
Complementary color
Monochromatic Colors of #F770CB
Black with #F770CB
Text Example
Text Example
White with #F770CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770CB; }
p { color: rgb(247,112,203); }
H1.HeaderClassName
{
color: #F770CB;
}
.AnyTagClassName
{
color: #F770CB;
}
</style>
background-color css
<style>
a { background-color: #F770CB; }
a { background-color: rgb(247,112,203); }
div.DivClassName
{
background-color: #F770CB;
}
.BgClassName
{
background-color: #F770CB;
}
</style>
border-color css
<style>
span { border-color: #F770CB; }
span { border-color: rgb(247,112,203); }
td.TdClassName
{
border-color: #F770CB;
}
.TagClassName
{
border-color: #F770CB;
}
</style>