Shades of Neon Pink #F873C3
Tints of Neon Pink #F873C3
RGB
CMYK
RGB Variations
Color information
#F873C3 (or 0xF873C3) is known color: Neon Pink. HEX triplet: F8, 73 and C3. RGB value is (248,115,195). Sum of RGB (Red+Green+Blue) = 248+115+195=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F873C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873C3 is #078C3C. Grayscale: #A3A3A3. Windows color (decimal): -494653 or 12809208. OLE color: 12809208.
HSL color Cylindrical-coordinate representation of color #F873C3: hue angle of 323.91º 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 #F873C3 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 195 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.03 |
| HSL | 323.91º | 0.9% | 0.71% | - |
| HSV(B) | 323.91º | 0.54% | 0.97% | - |
| XYZ | 54.69 | 36.16 | 55.73 | - |
| YUV | 163.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 195 | 0 | 0.54 | 0.21 | 0.03 | 323.91 | 0.9 | 0.71 |
| Hex | F8 | 73 | C3 | 0 | 36 | 15 | 3 | 144 | 5A | 47 |
| Octal | 370 | 163 | 303 | 0 | 66 | 25 | 3 | 504 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11000011 | 0 | 110110 | 10101 | 11 | 101000100 | 1011010 | 1000111 |
Color Harmonies of #F873C3
Complementary color
Monochromatic Colors of #F873C3
Black with #F873C3
Text Example
Text Example
White with #F873C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873C3; }
p { color: rgb(248,115,195); }
H1.HeaderClassName
{
color: #F873C3;
}
.AnyTagClassName
{
color: #F873C3;
}
</style>
background-color css
<style>
a { background-color: #F873C3; }
a { background-color: rgb(248,115,195); }
div.DivClassName
{
background-color: #F873C3;
}
.BgClassName
{
background-color: #F873C3;
}
</style>
border-color css
<style>
span { border-color: #F873C3; }
span { border-color: rgb(248,115,195); }
td.TdClassName
{
border-color: #F873C3;
}
.TagClassName
{
border-color: #F873C3;
}
</style>