Shades of Neon Pink #F773CE
Tints of Neon Pink #F773CE
RGB
CMYK
RGB Variations
Color information
#F773CE (or 0xF773CE) is known color: Neon Pink. HEX triplet: F7, 73 and CE. RGB value is (247,115,206). Sum of RGB (Red+Green+Blue) = 247+115+206=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F773CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773CE is #088C31. Grayscale: #A4A4A4. Windows color (decimal): -560178 or 13530103. OLE color: 13530103.
HSL color Cylindrical-coordinate representation of color #F773CE: hue angle of 318.64º 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 #F773CE is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 206 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.03 |
| HSL | 318.64º | 0.89% | 0.71% | - |
| HSV(B) | 318.64º | 0.53% | 0.97% | - |
| XYZ | 55.63 | 36.49 | 62.5 | - |
| YUV | 164.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 206 | 0 | 0.53 | 0.17 | 0.03 | 318.64 | 0.89 | 0.71 |
| Hex | F7 | 73 | CE | 0 | 35 | 11 | 3 | 13F | 59 | 47 |
| Octal | 367 | 163 | 316 | 0 | 65 | 21 | 3 | 477 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11001110 | 0 | 110101 | 10001 | 11 | 100111111 | 1011001 | 1000111 |
Color Harmonies of #F773CE
Complementary color
Monochromatic Colors of #F773CE
Black with #F773CE
Text Example
Text Example
White with #F773CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773CE; }
p { color: rgb(247,115,206); }
H1.HeaderClassName
{
color: #F773CE;
}
.AnyTagClassName
{
color: #F773CE;
}
</style>
background-color css
<style>
a { background-color: #F773CE; }
a { background-color: rgb(247,115,206); }
div.DivClassName
{
background-color: #F773CE;
}
.BgClassName
{
background-color: #F773CE;
}
</style>
border-color css
<style>
span { border-color: #F773CE; }
span { border-color: rgb(247,115,206); }
td.TdClassName
{
border-color: #F773CE;
}
.TagClassName
{
border-color: #F773CE;
}
</style>