Shades of Neon Pink #F851C2
Tints of Neon Pink #F851C2
RGB
CMYK
RGB Variations
Color information
#F851C2 (or 0xF851C2) is known color: Neon Pink. HEX triplet: F8, 51 and C2. RGB value is (248,81,194). Sum of RGB (Red+Green+Blue) = 248+81+194=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F851C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F851C2 is #07AE3D. Grayscale: #8F8F8F. Windows color (decimal): -503358 or 12734968. OLE color: 12734968.
HSL color Cylindrical-coordinate representation of color #F851C2: hue angle of 319.4º 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 #F851C2 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 194 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.03 |
| HSL | 319.4º | 0.92% | 0.65% | - |
| HSV(B) | 319.4º | 0.67% | 0.97% | - |
| XYZ | 51.39 | 29.74 | 54.07 | - |
| YUV | 143.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 194 | 0 | 0.67 | 0.22 | 0.03 | 319.4 | 0.92 | 0.65 |
| Hex | F8 | 51 | C2 | 0 | 43 | 16 | 3 | 13F | 5C | 41 |
| Octal | 370 | 121 | 302 | 0 | 103 | 26 | 3 | 477 | 134 | 101 |
| Binary | 11111000 | 1010001 | 11000010 | 0 | 1000011 | 10110 | 11 | 100111111 | 1011100 | 1000001 |
Color Harmonies of #F851C2
Complementary color
Monochromatic Colors of #F851C2
Black with #F851C2
Text Example
Text Example
White with #F851C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851C2; }
p { color: rgb(248,81,194); }
H1.HeaderClassName
{
color: #F851C2;
}
.AnyTagClassName
{
color: #F851C2;
}
</style>
background-color css
<style>
a { background-color: #F851C2; }
a { background-color: rgb(248,81,194); }
div.DivClassName
{
background-color: #F851C2;
}
.BgClassName
{
background-color: #F851C2;
}
</style>
border-color css
<style>
span { border-color: #F851C2; }
span { border-color: rgb(248,81,194); }
td.TdClassName
{
border-color: #F851C2;
}
.TagClassName
{
border-color: #F851C2;
}
</style>