Shades of Neon Pink #F87DD2
Tints of Neon Pink #F87DD2
RGB
CMYK
RGB Variations
Color information
#F87DD2 (or 0xF87DD2) is known color: Neon Pink. HEX triplet: F8, 7D and D2. RGB value is (248,125,210). Sum of RGB (Red+Green+Blue) = 248+125+210=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DD2 is #07822D. Grayscale: #ABABAB. Windows color (decimal): -492078 or 13794808. OLE color: 13794808.
HSL color Cylindrical-coordinate representation of color #F87DD2: hue angle of 318.54º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DD2 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 210 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.03 |
| HSL | 318.54º | 0.9% | 0.73% | - |
| HSV(B) | 318.54º | 0.5% | 0.97% | - |
| XYZ | 57.68 | 39.28 | 65.51 | - |
| YUV | 171.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 210 | 0 | 0.50 | 0.15 | 0.03 | 318.54 | 0.9 | 0.73 |
| Hex | F8 | 7D | D2 | 0 | 32 | F | 3 | 13F | 5A | 49 |
| Octal | 370 | 175 | 322 | 0 | 62 | 17 | 3 | 477 | 132 | 111 |
| Binary | 11111000 | 1111101 | 11010010 | 0 | 110010 | 1111 | 11 | 100111111 | 1011010 | 1001001 |
Color Harmonies of #F87DD2
Complementary color
Monochromatic Colors of #F87DD2
Black with #F87DD2
Text Example
Text Example
White with #F87DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DD2; }
p { color: rgb(248,125,210); }
H1.HeaderClassName
{
color: #F87DD2;
}
.AnyTagClassName
{
color: #F87DD2;
}
</style>
background-color css
<style>
a { background-color: #F87DD2; }
a { background-color: rgb(248,125,210); }
div.DivClassName
{
background-color: #F87DD2;
}
.BgClassName
{
background-color: #F87DD2;
}
</style>
border-color css
<style>
span { border-color: #F87DD2; }
span { border-color: rgb(248,125,210); }
td.TdClassName
{
border-color: #F87DD2;
}
.TagClassName
{
border-color: #F87DD2;
}
</style>