Shades of Neon Pink #F875D0
Tints of Neon Pink #F875D0
RGB
CMYK
RGB Variations
Color information
#F875D0 (or 0xF875D0) is known color: Neon Pink. HEX triplet: F8, 75 and D0. RGB value is (248,117,208). Sum of RGB (Red+Green+Blue) = 248+117+208=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F875D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875D0 is #078A2F. Grayscale: #A6A6A6. Windows color (decimal): -494128 or 13661688. OLE color: 13661688.
HSL color Cylindrical-coordinate representation of color #F875D0: hue angle of 318.32º 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 #F875D0 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 208 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.03 |
| HSL | 318.32º | 0.9% | 0.72% | - |
| HSV(B) | 318.32º | 0.53% | 0.97% | - |
| XYZ | 56.46 | 37.23 | 63.89 | - |
| YUV | 166.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 208 | 0 | 0.53 | 0.16 | 0.03 | 318.32 | 0.9 | 0.72 |
| Hex | F8 | 75 | D0 | 0 | 35 | 10 | 3 | 13E | 5A | 48 |
| Octal | 370 | 165 | 320 | 0 | 65 | 20 | 3 | 476 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11010000 | 0 | 110101 | 10000 | 11 | 100111110 | 1011010 | 1001000 |
Color Harmonies of #F875D0
Complementary color
Monochromatic Colors of #F875D0
Black with #F875D0
Text Example
Text Example
White with #F875D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875D0; }
p { color: rgb(248,117,208); }
H1.HeaderClassName
{
color: #F875D0;
}
.AnyTagClassName
{
color: #F875D0;
}
</style>
background-color css
<style>
a { background-color: #F875D0; }
a { background-color: rgb(248,117,208); }
div.DivClassName
{
background-color: #F875D0;
}
.BgClassName
{
background-color: #F875D0;
}
</style>
border-color css
<style>
span { border-color: #F875D0; }
span { border-color: rgb(248,117,208); }
td.TdClassName
{
border-color: #F875D0;
}
.TagClassName
{
border-color: #F875D0;
}
</style>