Shades of Neon Pink #F772C1
Tints of Neon Pink #F772C1
RGB
CMYK
RGB Variations
Color information
#F772C1 (or 0xF772C1) is known color: Neon Pink. HEX triplet: F7, 72 and C1. RGB value is (247,114,193). Sum of RGB (Red+Green+Blue) = 247+114+193=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F772C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772C1 is #088D3E. Grayscale: #A2A2A2. Windows color (decimal): -560447 or 12677879. OLE color: 12677879.
HSL color Cylindrical-coordinate representation of color #F772C1: hue angle of 324.36º 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 #F772C1 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 193 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.03 |
| HSL | 324.36º | 0.89% | 0.71% | - |
| HSV(B) | 324.36º | 0.54% | 0.97% | - |
| XYZ | 54 | 35.66 | 54.49 | - |
| YUV | 162.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 193 | 0 | 0.54 | 0.22 | 0.03 | 324.36 | 0.89 | 0.71 |
| Hex | F7 | 72 | C1 | 0 | 36 | 16 | 3 | 144 | 59 | 47 |
| Octal | 367 | 162 | 301 | 0 | 66 | 26 | 3 | 504 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11000001 | 0 | 110110 | 10110 | 11 | 101000100 | 1011001 | 1000111 |
Color Harmonies of #F772C1
Complementary color
Monochromatic Colors of #F772C1
Black with #F772C1
Text Example
Text Example
White with #F772C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772C1; }
p { color: rgb(247,114,193); }
H1.HeaderClassName
{
color: #F772C1;
}
.AnyTagClassName
{
color: #F772C1;
}
</style>
background-color css
<style>
a { background-color: #F772C1; }
a { background-color: rgb(247,114,193); }
div.DivClassName
{
background-color: #F772C1;
}
.BgClassName
{
background-color: #F772C1;
}
</style>
border-color css
<style>
span { border-color: #F772C1; }
span { border-color: rgb(247,114,193); }
td.TdClassName
{
border-color: #F772C1;
}
.TagClassName
{
border-color: #F772C1;
}
</style>