Shades of Neon Pink #F875D4
Tints of Neon Pink #F875D4
RGB
CMYK
RGB Variations
Color information
#F875D4 (or 0xF875D4) is known color: Neon Pink. HEX triplet: F8, 75 and D4. RGB value is (248,117,212). Sum of RGB (Red+Green+Blue) = 248+117+212=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F875D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875D4 is #078A2B. Grayscale: #A6A6A6. Windows color (decimal): -494124 or 13923832. OLE color: 13923832.
HSL color Cylindrical-coordinate representation of color #F875D4: hue angle of 316.49º 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 #F875D4 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 212 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.03 |
| HSL | 316.49º | 0.9% | 0.72% | - |
| HSV(B) | 316.49º | 0.53% | 0.97% | - |
| XYZ | 56.96 | 37.43 | 66.51 | - |
| YUV | 167 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 212 | 0 | 0.53 | 0.15 | 0.03 | 316.49 | 0.9 | 0.72 |
| Hex | F8 | 75 | D4 | 0 | 35 | F | 3 | 13C | 5A | 48 |
| Octal | 370 | 165 | 324 | 0 | 65 | 17 | 3 | 474 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11010100 | 0 | 110101 | 1111 | 11 | 100111100 | 1011010 | 1001000 |
Color Harmonies of #F875D4
Complementary color
Monochromatic Colors of #F875D4
Black with #F875D4
Text Example
Text Example
White with #F875D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875D4; }
p { color: rgb(248,117,212); }
H1.HeaderClassName
{
color: #F875D4;
}
.AnyTagClassName
{
color: #F875D4;
}
</style>
background-color css
<style>
a { background-color: #F875D4; }
a { background-color: rgb(248,117,212); }
div.DivClassName
{
background-color: #F875D4;
}
.BgClassName
{
background-color: #F875D4;
}
</style>
border-color css
<style>
span { border-color: #F875D4; }
span { border-color: rgb(248,117,212); }
td.TdClassName
{
border-color: #F875D4;
}
.TagClassName
{
border-color: #F875D4;
}
</style>