Shades of Neon Pink #F87AD3
Tints of Neon Pink #F87AD3
RGB
CMYK
RGB Variations
Color information
#F87AD3 (or 0xF87AD3) is known color: Neon Pink. HEX triplet: F8, 7A and D3. RGB value is (248,122,211). Sum of RGB (Red+Green+Blue) = 248+122+211=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD3 is #07852C. Grayscale: #A9A9A9. Windows color (decimal): -492845 or 13859576. OLE color: 13859576.
HSL color Cylindrical-coordinate representation of color #F87AD3: hue angle of 317.62º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AD3 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 211 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.03 |
| HSL | 317.62º | 0.9% | 0.73% | - |
| HSV(B) | 317.62º | 0.51% | 0.97% | - |
| XYZ | 57.43 | 38.58 | 66.05 | - |
| YUV | 169.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 211 | 0 | 0.51 | 0.15 | 0.03 | 317.62 | 0.9 | 0.73 |
| Hex | F8 | 7A | D3 | 0 | 33 | F | 3 | 13E | 5A | 49 |
| Octal | 370 | 172 | 323 | 0 | 63 | 17 | 3 | 476 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11010011 | 0 | 110011 | 1111 | 11 | 100111110 | 1011010 | 1001001 |
Color Harmonies of #F87AD3
Complementary color
Monochromatic Colors of #F87AD3
Black with #F87AD3
Text Example
Text Example
White with #F87AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87AD3; }
p { color: rgb(248,122,211); }
H1.HeaderClassName
{
color: #F87AD3;
}
.AnyTagClassName
{
color: #F87AD3;
}
</style>
background-color css
<style>
a { background-color: #F87AD3; }
a { background-color: rgb(248,122,211); }
div.DivClassName
{
background-color: #F87AD3;
}
.BgClassName
{
background-color: #F87AD3;
}
</style>
border-color css
<style>
span { border-color: #F87AD3; }
span { border-color: rgb(248,122,211); }
td.TdClassName
{
border-color: #F87AD3;
}
.TagClassName
{
border-color: #F87AD3;
}
</style>