Shades of Neon Pink #F959CF
Tints of Neon Pink #F959CF
RGB
CMYK
RGB Variations
Color information
#F959CF (or 0xF959CF) is known color: Neon Pink. HEX triplet: F9, 59 and CF. RGB value is (249,89,207). Sum of RGB (Red+Green+Blue) = 249+89+207=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F959CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959CF is #06A630. Grayscale: #959595. Windows color (decimal): -435761 or 13588985. OLE color: 13588985.
HSL color Cylindrical-coordinate representation of color #F959CF: hue angle of 315.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 #F959CF is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 207 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.02 |
| HSL | 315.75º | 0.93% | 0.66% | - |
| HSV(B) | 315.75º | 0.64% | 0.98% | - |
| XYZ | 53.9 | 31.79 | 62.33 | - |
| YUV | 150.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 207 | 0 | 0.64 | 0.17 | 0.02 | 315.75 | 0.93 | 0.66 |
| Hex | F9 | 59 | CF | 0 | 40 | 11 | 2 | 13C | 5D | 42 |
| Octal | 371 | 131 | 317 | 0 | 100 | 21 | 2 | 474 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11001111 | 0 | 1000000 | 10001 | 10 | 100111100 | 1011101 | 1000010 |
Color Harmonies of #F959CF
Complementary color
Monochromatic Colors of #F959CF
Black with #F959CF
Text Example
Text Example
White with #F959CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959CF; }
p { color: rgb(249,89,207); }
H1.HeaderClassName
{
color: #F959CF;
}
.AnyTagClassName
{
color: #F959CF;
}
</style>
background-color css
<style>
a { background-color: #F959CF; }
a { background-color: rgb(249,89,207); }
div.DivClassName
{
background-color: #F959CF;
}
.BgClassName
{
background-color: #F959CF;
}
</style>
border-color css
<style>
span { border-color: #F959CF; }
span { border-color: rgb(249,89,207); }
td.TdClassName
{
border-color: #F959CF;
}
.TagClassName
{
border-color: #F959CF;
}
</style>