Shades of Neon Pink #F773D6
Tints of Neon Pink #F773D6
RGB
CMYK
RGB Variations
Color information
#F773D6 (or 0xF773D6) is known color: Neon Pink. HEX triplet: F7, 73 and D6. RGB value is (247,115,214). Sum of RGB (Red+Green+Blue) = 247+115+214=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F773D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773D6 is #088C29. Grayscale: #A5A5A5. Windows color (decimal): -560170 or 14054391. OLE color: 14054391.
HSL color Cylindrical-coordinate representation of color #F773D6: hue angle of 315º 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 #F773D6 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 214 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.03 |
| HSL | 315º | 0.89% | 0.71% | - |
| HSV(B) | 315º | 0.53% | 0.97% | - |
| XYZ | 56.63 | 36.89 | 67.75 | - |
| YUV | 165.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 214 | 0 | 0.53 | 0.13 | 0.03 | 315 | 0.89 | 0.71 |
| Hex | F7 | 73 | D6 | 0 | 35 | D | 3 | 13B | 59 | 47 |
| Octal | 367 | 163 | 326 | 0 | 65 | 15 | 3 | 473 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11010110 | 0 | 110101 | 1101 | 11 | 100111011 | 1011001 | 1000111 |
Color Harmonies of #F773D6
Complementary color
Monochromatic Colors of #F773D6
Black with #F773D6
Text Example
Text Example
White with #F773D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773D6; }
p { color: rgb(247,115,214); }
H1.HeaderClassName
{
color: #F773D6;
}
.AnyTagClassName
{
color: #F773D6;
}
</style>
background-color css
<style>
a { background-color: #F773D6; }
a { background-color: rgb(247,115,214); }
div.DivClassName
{
background-color: #F773D6;
}
.BgClassName
{
background-color: #F773D6;
}
</style>
border-color css
<style>
span { border-color: #F773D6; }
span { border-color: rgb(247,115,214); }
td.TdClassName
{
border-color: #F773D6;
}
.TagClassName
{
border-color: #F773D6;
}
</style>