Shades of Neon Pink #F951C9
Tints of Neon Pink #F951C9
RGB
CMYK
RGB Variations
Color information
#F951C9 (or 0xF951C9) is known color: Neon Pink. HEX triplet: F9, 51 and C9. RGB value is (249,81,201). Sum of RGB (Red+Green+Blue) = 249+81+201=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F951C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951C9 is #06AE36. Grayscale: #909090. Windows color (decimal): -437815 or 13193721. OLE color: 13193721.
HSL color Cylindrical-coordinate representation of color #F951C9: hue angle of 317.14º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951C9 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 201 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.02 |
| HSL | 317.14º | 0.93% | 0.65% | - |
| HSV(B) | 317.14º | 0.67% | 0.98% | - |
| XYZ | 52.55 | 30.24 | 58.33 | - |
| YUV | 144.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 201 | 0 | 0.67 | 0.19 | 0.02 | 317.14 | 0.93 | 0.65 |
| Hex | F9 | 51 | C9 | 0 | 43 | 13 | 2 | 13D | 5D | 41 |
| Octal | 371 | 121 | 311 | 0 | 103 | 23 | 2 | 475 | 135 | 101 |
| Binary | 11111001 | 1010001 | 11001001 | 0 | 1000011 | 10011 | 10 | 100111101 | 1011101 | 1000001 |
Color Harmonies of #F951C9
Complementary color
Monochromatic Colors of #F951C9
Black with #F951C9
Text Example
Text Example
White with #F951C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951C9; }
p { color: rgb(249,81,201); }
H1.HeaderClassName
{
color: #F951C9;
}
.AnyTagClassName
{
color: #F951C9;
}
</style>
background-color css
<style>
a { background-color: #F951C9; }
a { background-color: rgb(249,81,201); }
div.DivClassName
{
background-color: #F951C9;
}
.BgClassName
{
background-color: #F951C9;
}
</style>
border-color css
<style>
span { border-color: #F951C9; }
span { border-color: rgb(249,81,201); }
td.TdClassName
{
border-color: #F951C9;
}
.TagClassName
{
border-color: #F951C9;
}
</style>