Shades of Neon Pink #F772CB
Tints of Neon Pink #F772CB
RGB
CMYK
RGB Variations
Color information
#F772CB (or 0xF772CB) is known color: Neon Pink. HEX triplet: F7, 72 and CB. RGB value is (247,114,203). Sum of RGB (Red+Green+Blue) = 247+114+203=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F772CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772CB is #088D34. Grayscale: #A3A3A3. Windows color (decimal): -560437 or 13333239. OLE color: 13333239.
HSL color Cylindrical-coordinate representation of color #F772CB: hue angle of 319.85º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772CB is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 203 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.03 |
| HSL | 319.85º | 0.89% | 0.71% | - |
| HSV(B) | 319.85º | 0.54% | 0.97% | - |
| XYZ | 55.15 | 36.12 | 60.56 | - |
| YUV | 163.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 203 | 0 | 0.54 | 0.18 | 0.03 | 319.85 | 0.89 | 0.71 |
| Hex | F7 | 72 | CB | 0 | 36 | 12 | 3 | 140 | 59 | 47 |
| Octal | 367 | 162 | 313 | 0 | 66 | 22 | 3 | 500 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11001011 | 0 | 110110 | 10010 | 11 | 101000000 | 1011001 | 1000111 |
Color Harmonies of #F772CB
Complementary color
Monochromatic Colors of #F772CB
Black with #F772CB
Text Example
Text Example
White with #F772CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772CB; }
p { color: rgb(247,114,203); }
H1.HeaderClassName
{
color: #F772CB;
}
.AnyTagClassName
{
color: #F772CB;
}
</style>
background-color css
<style>
a { background-color: #F772CB; }
a { background-color: rgb(247,114,203); }
div.DivClassName
{
background-color: #F772CB;
}
.BgClassName
{
background-color: #F772CB;
}
</style>
border-color css
<style>
span { border-color: #F772CB; }
span { border-color: rgb(247,114,203); }
td.TdClassName
{
border-color: #F772CB;
}
.TagClassName
{
border-color: #F772CB;
}
</style>