Shades of Neon Pink #F773C1
Tints of Neon Pink #F773C1
RGB
CMYK
RGB Variations
Color information
#F773C1 (or 0xF773C1) is known color: Neon Pink. HEX triplet: F7, 73 and C1. RGB value is (247,115,193). Sum of RGB (Red+Green+Blue) = 247+115+193=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F773C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773C1 is #088C3E. Grayscale: #A3A3A3. Windows color (decimal): -560191 or 12678135. OLE color: 12678135.
HSL color Cylindrical-coordinate representation of color #F773C1: hue angle of 324.55º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773C1 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 193 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.03 |
| HSL | 324.55º | 0.89% | 0.71% | - |
| HSV(B) | 324.55º | 0.53% | 0.97% | - |
| XYZ | 54.11 | 35.89 | 54.53 | - |
| YUV | 163.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 193 | 0 | 0.53 | 0.22 | 0.03 | 324.55 | 0.89 | 0.71 |
| Hex | F7 | 73 | C1 | 0 | 35 | 16 | 3 | 145 | 59 | 47 |
| Octal | 367 | 163 | 301 | 0 | 65 | 26 | 3 | 505 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11000001 | 0 | 110101 | 10110 | 11 | 101000101 | 1011001 | 1000111 |
Color Harmonies of #F773C1
Complementary color
Monochromatic Colors of #F773C1
Black with #F773C1
Text Example
Text Example
White with #F773C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773C1; }
p { color: rgb(247,115,193); }
H1.HeaderClassName
{
color: #F773C1;
}
.AnyTagClassName
{
color: #F773C1;
}
</style>
background-color css
<style>
a { background-color: #F773C1; }
a { background-color: rgb(247,115,193); }
div.DivClassName
{
background-color: #F773C1;
}
.BgClassName
{
background-color: #F773C1;
}
</style>
border-color css
<style>
span { border-color: #F773C1; }
span { border-color: rgb(247,115,193); }
td.TdClassName
{
border-color: #F773C1;
}
.TagClassName
{
border-color: #F773C1;
}
</style>