Shades of Neon Pink #F851C0
Tints of Neon Pink #F851C0
RGB
CMYK
RGB Variations
Color information
#F851C0 (or 0xF851C0) is known color: Neon Pink. HEX triplet: F8, 51 and C0. RGB value is (248,81,192). Sum of RGB (Red+Green+Blue) = 248+81+192=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F851C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F851C0 is #07AE3F. Grayscale: #8F8F8F. Windows color (decimal): -503360 or 12603896. OLE color: 12603896.
HSL color Cylindrical-coordinate representation of color #F851C0: hue angle of 320.12º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F851C0 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 192 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.03 |
| HSL | 320.12º | 0.92% | 0.65% | - |
| HSV(B) | 320.12º | 0.67% | 0.97% | - |
| XYZ | 51.17 | 29.65 | 52.89 | - |
| YUV | 143.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 192 | 0 | 0.67 | 0.23 | 0.03 | 320.12 | 0.92 | 0.65 |
| Hex | F8 | 51 | C0 | 0 | 43 | 17 | 3 | 140 | 5C | 41 |
| Octal | 370 | 121 | 300 | 0 | 103 | 27 | 3 | 500 | 134 | 101 |
| Binary | 11111000 | 1010001 | 11000000 | 0 | 1000011 | 10111 | 11 | 101000000 | 1011100 | 1000001 |
Color Harmonies of #F851C0
Complementary color
Monochromatic Colors of #F851C0
Black with #F851C0
Text Example
Text Example
White with #F851C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851C0; }
p { color: rgb(248,81,192); }
H1.HeaderClassName
{
color: #F851C0;
}
.AnyTagClassName
{
color: #F851C0;
}
</style>
background-color css
<style>
a { background-color: #F851C0; }
a { background-color: rgb(248,81,192); }
div.DivClassName
{
background-color: #F851C0;
}
.BgClassName
{
background-color: #F851C0;
}
</style>
border-color css
<style>
span { border-color: #F851C0; }
span { border-color: rgb(248,81,192); }
td.TdClassName
{
border-color: #F851C0;
}
.TagClassName
{
border-color: #F851C0;
}
</style>