Shades of Neon Pink #F873C7
Tints of Neon Pink #F873C7
RGB
CMYK
RGB Variations
Color information
#F873C7 (or 0xF873C7) is known color: Neon Pink. HEX triplet: F8, 73 and C7. RGB value is (248,115,199). Sum of RGB (Red+Green+Blue) = 248+115+199=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F873C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873C7 is #078C38. Grayscale: #A4A4A4. Windows color (decimal): -494649 or 13071352. OLE color: 13071352.
HSL color Cylindrical-coordinate representation of color #F873C7: hue angle of 322.11º 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 #F873C7 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 199 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.03 |
| HSL | 322.11º | 0.9% | 0.71% | - |
| HSV(B) | 322.11º | 0.54% | 0.97% | - |
| XYZ | 55.15 | 36.34 | 58.14 | - |
| YUV | 164.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 199 | 0 | 0.54 | 0.20 | 0.03 | 322.11 | 0.9 | 0.71 |
| Hex | F8 | 73 | C7 | 0 | 36 | 14 | 3 | 142 | 5A | 47 |
| Octal | 370 | 163 | 307 | 0 | 66 | 24 | 3 | 502 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11000111 | 0 | 110110 | 10100 | 11 | 101000010 | 1011010 | 1000111 |
Color Harmonies of #F873C7
Complementary color
Monochromatic Colors of #F873C7
Black with #F873C7
Text Example
Text Example
White with #F873C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873C7; }
p { color: rgb(248,115,199); }
H1.HeaderClassName
{
color: #F873C7;
}
.AnyTagClassName
{
color: #F873C7;
}
</style>
background-color css
<style>
a { background-color: #F873C7; }
a { background-color: rgb(248,115,199); }
div.DivClassName
{
background-color: #F873C7;
}
.BgClassName
{
background-color: #F873C7;
}
</style>
border-color css
<style>
span { border-color: #F873C7; }
span { border-color: rgb(248,115,199); }
td.TdClassName
{
border-color: #F873C7;
}
.TagClassName
{
border-color: #F873C7;
}
</style>