Shades of Neon Pink #F959BF
Tints of Neon Pink #F959BF
RGB
CMYK
RGB Variations
Color information
#F959BF (or 0xF959BF) is known color: Neon Pink. HEX triplet: F9, 59 and BF. RGB value is (249,89,191). Sum of RGB (Red+Green+Blue) = 249+89+191=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F959BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959BF is #06A640. Grayscale: #949494. Windows color (decimal): -435777 or 12540409. OLE color: 12540409.
HSL color Cylindrical-coordinate representation of color #F959BF: hue angle of 321.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959BF is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 191 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.02 |
| HSL | 321.75º | 0.93% | 0.66% | - |
| HSV(B) | 321.75º | 0.64% | 0.98% | - |
| XYZ | 52.04 | 31.05 | 52.54 | - |
| YUV | 148.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 191 | 0 | 0.64 | 0.23 | 0.02 | 321.75 | 0.93 | 0.66 |
| Hex | F9 | 59 | BF | 0 | 40 | 17 | 2 | 142 | 5D | 42 |
| Octal | 371 | 131 | 277 | 0 | 100 | 27 | 2 | 502 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10111111 | 0 | 1000000 | 10111 | 10 | 101000010 | 1011101 | 1000010 |
Color Harmonies of #F959BF
Complementary color
Monochromatic Colors of #F959BF
Black with #F959BF
Text Example
Text Example
White with #F959BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959BF; }
p { color: rgb(249,89,191); }
H1.HeaderClassName
{
color: #F959BF;
}
.AnyTagClassName
{
color: #F959BF;
}
</style>
background-color css
<style>
a { background-color: #F959BF; }
a { background-color: rgb(249,89,191); }
div.DivClassName
{
background-color: #F959BF;
}
.BgClassName
{
background-color: #F959BF;
}
</style>
border-color css
<style>
span { border-color: #F959BF; }
span { border-color: rgb(249,89,191); }
td.TdClassName
{
border-color: #F959BF;
}
.TagClassName
{
border-color: #F959BF;
}
</style>