Shades of Neon Pink #F875D2
Tints of Neon Pink #F875D2
RGB
CMYK
RGB Variations
Color information
#F875D2 (or 0xF875D2) is known color: Neon Pink. HEX triplet: F8, 75 and D2. RGB value is (248,117,210). Sum of RGB (Red+Green+Blue) = 248+117+210=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F875D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875D2 is #078A2D. Grayscale: #A6A6A6. Windows color (decimal): -494126 or 13792760. OLE color: 13792760.
HSL color Cylindrical-coordinate representation of color #F875D2: hue angle of 317.4º 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 #F875D2 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 210 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.03 |
| HSL | 317.4º | 0.9% | 0.72% | - |
| HSV(B) | 317.4º | 0.53% | 0.97% | - |
| XYZ | 56.71 | 37.33 | 65.19 | - |
| YUV | 166.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 210 | 0 | 0.53 | 0.15 | 0.03 | 317.4 | 0.9 | 0.72 |
| Hex | F8 | 75 | D2 | 0 | 35 | F | 3 | 13D | 5A | 48 |
| Octal | 370 | 165 | 322 | 0 | 65 | 17 | 3 | 475 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11010010 | 0 | 110101 | 1111 | 11 | 100111101 | 1011010 | 1001000 |
Color Harmonies of #F875D2
Complementary color
Monochromatic Colors of #F875D2
Black with #F875D2
Text Example
Text Example
White with #F875D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875D2; }
p { color: rgb(248,117,210); }
H1.HeaderClassName
{
color: #F875D2;
}
.AnyTagClassName
{
color: #F875D2;
}
</style>
background-color css
<style>
a { background-color: #F875D2; }
a { background-color: rgb(248,117,210); }
div.DivClassName
{
background-color: #F875D2;
}
.BgClassName
{
background-color: #F875D2;
}
</style>
border-color css
<style>
span { border-color: #F875D2; }
span { border-color: rgb(248,117,210); }
td.TdClassName
{
border-color: #F875D2;
}
.TagClassName
{
border-color: #F875D2;
}
</style>