Shades of Neon Pink #F873C4
Tints of Neon Pink #F873C4
RGB
CMYK
RGB Variations
Color information
#F873C4 (or 0xF873C4) is known color: Neon Pink. HEX triplet: F8, 73 and C4. RGB value is (248,115,196). Sum of RGB (Red+Green+Blue) = 248+115+196=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F873C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873C4 is #078C3B. Grayscale: #A3A3A3. Windows color (decimal): -494652 or 12874744. OLE color: 12874744.
HSL color Cylindrical-coordinate representation of color #F873C4: hue angle of 323.46º 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 #F873C4 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 196 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.03 |
| HSL | 323.46º | 0.9% | 0.71% | - |
| HSV(B) | 323.46º | 0.54% | 0.97% | - |
| XYZ | 54.81 | 36.2 | 56.32 | - |
| YUV | 164 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 196 | 0 | 0.54 | 0.21 | 0.03 | 323.46 | 0.9 | 0.71 |
| Hex | F8 | 73 | C4 | 0 | 36 | 15 | 3 | 143 | 5A | 47 |
| Octal | 370 | 163 | 304 | 0 | 66 | 25 | 3 | 503 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11000100 | 0 | 110110 | 10101 | 11 | 101000011 | 1011010 | 1000111 |
Color Harmonies of #F873C4
Complementary color
Monochromatic Colors of #F873C4
Black with #F873C4
Text Example
Text Example
White with #F873C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873C4; }
p { color: rgb(248,115,196); }
H1.HeaderClassName
{
color: #F873C4;
}
.AnyTagClassName
{
color: #F873C4;
}
</style>
background-color css
<style>
a { background-color: #F873C4; }
a { background-color: rgb(248,115,196); }
div.DivClassName
{
background-color: #F873C4;
}
.BgClassName
{
background-color: #F873C4;
}
</style>
border-color css
<style>
span { border-color: #F873C4; }
span { border-color: rgb(248,115,196); }
td.TdClassName
{
border-color: #F873C4;
}
.TagClassName
{
border-color: #F873C4;
}
</style>