Shades of Neon Pink #F956C7
Tints of Neon Pink #F956C7
RGB
CMYK
RGB Variations
Color information
#F956C7 (or 0xF956C7) is known color: Neon Pink. HEX triplet: F9, 56 and C7. RGB value is (249,86,199). Sum of RGB (Red+Green+Blue) = 249+86+199=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F956C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956C7 is #06A938. Grayscale: #939393. Windows color (decimal): -436537 or 13063929. OLE color: 13063929.
HSL color Cylindrical-coordinate representation of color #F956C7: hue angle of 318.4º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F956C7 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 199 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.02 |
| HSL | 318.4º | 0.93% | 0.66% | - |
| HSV(B) | 318.4º | 0.65% | 0.98% | - |
| XYZ | 52.7 | 30.92 | 57.22 | - |
| YUV | 147.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 199 | 0 | 0.65 | 0.20 | 0.02 | 318.4 | 0.93 | 0.66 |
| Hex | F9 | 56 | C7 | 0 | 41 | 14 | 2 | 13E | 5D | 42 |
| Octal | 371 | 126 | 307 | 0 | 101 | 24 | 2 | 476 | 135 | 102 |
| Binary | 11111001 | 1010110 | 11000111 | 0 | 1000001 | 10100 | 10 | 100111110 | 1011101 | 1000010 |
Color Harmonies of #F956C7
Complementary color
Monochromatic Colors of #F956C7
Black with #F956C7
Text Example
Text Example
White with #F956C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956C7; }
p { color: rgb(249,86,199); }
H1.HeaderClassName
{
color: #F956C7;
}
.AnyTagClassName
{
color: #F956C7;
}
</style>
background-color css
<style>
a { background-color: #F956C7; }
a { background-color: rgb(249,86,199); }
div.DivClassName
{
background-color: #F956C7;
}
.BgClassName
{
background-color: #F956C7;
}
</style>
border-color css
<style>
span { border-color: #F956C7; }
span { border-color: rgb(249,86,199); }
td.TdClassName
{
border-color: #F956C7;
}
.TagClassName
{
border-color: #F956C7;
}
</style>