Shades of Neon Pink #F875C7
Tints of Neon Pink #F875C7
RGB
CMYK
RGB Variations
Color information
#F875C7 (or 0xF875C7) is known color: Neon Pink. HEX triplet: F8, 75 and C7. RGB value is (248,117,199). Sum of RGB (Red+Green+Blue) = 248+117+199=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F875C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875C7 is #078A38. Grayscale: #A5A5A5. Windows color (decimal): -494137 or 13071864. OLE color: 13071864.
HSL color Cylindrical-coordinate representation of color #F875C7: hue angle of 322.44º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875C7 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 199 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.03 |
| HSL | 322.44º | 0.9% | 0.72% | - |
| HSV(B) | 322.44º | 0.53% | 0.97% | - |
| XYZ | 55.38 | 36.8 | 58.22 | - |
| YUV | 165.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 199 | 0 | 0.53 | 0.20 | 0.03 | 322.44 | 0.9 | 0.72 |
| Hex | F8 | 75 | C7 | 0 | 35 | 14 | 3 | 142 | 5A | 48 |
| Octal | 370 | 165 | 307 | 0 | 65 | 24 | 3 | 502 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11000111 | 0 | 110101 | 10100 | 11 | 101000010 | 1011010 | 1001000 |
Color Harmonies of #F875C7
Complementary color
Monochromatic Colors of #F875C7
Black with #F875C7
Text Example
Text Example
White with #F875C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875C7; }
p { color: rgb(248,117,199); }
H1.HeaderClassName
{
color: #F875C7;
}
.AnyTagClassName
{
color: #F875C7;
}
</style>
background-color css
<style>
a { background-color: #F875C7; }
a { background-color: rgb(248,117,199); }
div.DivClassName
{
background-color: #F875C7;
}
.BgClassName
{
background-color: #F875C7;
}
</style>
border-color css
<style>
span { border-color: #F875C7; }
span { border-color: rgb(248,117,199); }
td.TdClassName
{
border-color: #F875C7;
}
.TagClassName
{
border-color: #F875C7;
}
</style>