Shades of Neon Pink #F872C0
Tints of Neon Pink #F872C0
RGB
CMYK
RGB Variations
Color information
#F872C0 (or 0xF872C0) is known color: Neon Pink. HEX triplet: F8, 72 and C0. RGB value is (248,114,192). Sum of RGB (Red+Green+Blue) = 248+114+192=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F872C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872C0 is #078D3F. Grayscale: #A2A2A2. Windows color (decimal): -494912 or 12612344. OLE color: 12612344.
HSL color Cylindrical-coordinate representation of color #F872C0: hue angle of 325.07º degrees, saturation: 0.91, 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 #F872C0 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 192 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.03 |
| HSL | 325.07º | 0.91% | 0.71% | - |
| HSV(B) | 325.07º | 0.54% | 0.97% | - |
| XYZ | 54.24 | 35.8 | 53.92 | - |
| YUV | 162.96 | 144.39 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 192 | 0 | 0.54 | 0.23 | 0.03 | 325.07 | 0.91 | 0.71 |
| Hex | F8 | 72 | C0 | 0 | 36 | 17 | 3 | 145 | 5B | 47 |
| Octal | 370 | 162 | 300 | 0 | 66 | 27 | 3 | 505 | 133 | 107 |
| Binary | 11111000 | 1110010 | 11000000 | 0 | 110110 | 10111 | 11 | 101000101 | 1011011 | 1000111 |
Color Harmonies of #F872C0
Complementary color
Monochromatic Colors of #F872C0
Black with #F872C0
Text Example
Text Example
White with #F872C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F872C0; }
p { color: rgb(248,114,192); }
H1.HeaderClassName
{
color: #F872C0;
}
.AnyTagClassName
{
color: #F872C0;
}
</style>
background-color css
<style>
a { background-color: #F872C0; }
a { background-color: rgb(248,114,192); }
div.DivClassName
{
background-color: #F872C0;
}
.BgClassName
{
background-color: #F872C0;
}
</style>
border-color css
<style>
span { border-color: #F872C0; }
span { border-color: rgb(248,114,192); }
td.TdClassName
{
border-color: #F872C0;
}
.TagClassName
{
border-color: #F872C0;
}
</style>