Shades of Neon Pink #F873C6
Tints of Neon Pink #F873C6
RGB
CMYK
RGB Variations
Color information
#F873C6 (or 0xF873C6) is known color: Neon Pink. HEX triplet: F8, 73 and C6. RGB value is (248,115,198). Sum of RGB (Red+Green+Blue) = 248+115+198=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F873C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873C6 is #078C39. Grayscale: #A4A4A4. Windows color (decimal): -494650 or 13005816. OLE color: 13005816.
HSL color Cylindrical-coordinate representation of color #F873C6: hue angle of 322.56º degrees, saturation: 0.9, 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 #F873C6 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 198 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.03 |
| HSL | 322.56º | 0.9% | 0.71% | - |
| HSV(B) | 322.56º | 0.54% | 0.97% | - |
| XYZ | 55.04 | 36.3 | 57.53 | - |
| YUV | 164.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 198 | 0 | 0.54 | 0.20 | 0.03 | 322.56 | 0.9 | 0.71 |
| Hex | F8 | 73 | C6 | 0 | 36 | 14 | 3 | 143 | 5A | 47 |
| Octal | 370 | 163 | 306 | 0 | 66 | 24 | 3 | 503 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11000110 | 0 | 110110 | 10100 | 11 | 101000011 | 1011010 | 1000111 |
Color Harmonies of #F873C6
Complementary color
Monochromatic Colors of #F873C6
Black with #F873C6
Text Example
Text Example
White with #F873C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873C6; }
p { color: rgb(248,115,198); }
H1.HeaderClassName
{
color: #F873C6;
}
.AnyTagClassName
{
color: #F873C6;
}
</style>
background-color css
<style>
a { background-color: #F873C6; }
a { background-color: rgb(248,115,198); }
div.DivClassName
{
background-color: #F873C6;
}
.BgClassName
{
background-color: #F873C6;
}
</style>
border-color css
<style>
span { border-color: #F873C6; }
span { border-color: rgb(248,115,198); }
td.TdClassName
{
border-color: #F873C6;
}
.TagClassName
{
border-color: #F873C6;
}
</style>