Shades of Neon Pink #F960D5
Tints of Neon Pink #F960D5
RGB
CMYK
RGB Variations
Color information
#F960D5 (or 0xF960D5) is known color: Neon Pink. HEX triplet: F9, 60 and D5. RGB value is (249,96,213). Sum of RGB (Red+Green+Blue) = 249+96+213=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F960D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960D5 is #069F2A. Grayscale: #9A9A9A. Windows color (decimal): -433963 or 13983993. OLE color: 13983993.
HSL color Cylindrical-coordinate representation of color #F960D5: hue angle of 314.12º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960D5 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 213 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.02 |
| HSL | 314.12º | 0.93% | 0.68% | - |
| HSV(B) | 314.12º | 0.61% | 0.98% | - |
| XYZ | 55.26 | 33.31 | 66.47 | - |
| YUV | 155.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 213 | 0 | 0.61 | 0.14 | 0.02 | 314.12 | 0.93 | 0.68 |
| Hex | F9 | 60 | D5 | 0 | 3D | E | 2 | 13A | 5D | 44 |
| Octal | 371 | 140 | 325 | 0 | 75 | 16 | 2 | 472 | 135 | 104 |
| Binary | 11111001 | 1100000 | 11010101 | 0 | 111101 | 1110 | 10 | 100111010 | 1011101 | 1000100 |
Color Harmonies of #F960D5
Complementary color
Monochromatic Colors of #F960D5
Black with #F960D5
Text Example
Text Example
White with #F960D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960D5; }
p { color: rgb(249,96,213); }
H1.HeaderClassName
{
color: #F960D5;
}
.AnyTagClassName
{
color: #F960D5;
}
</style>
background-color css
<style>
a { background-color: #F960D5; }
a { background-color: rgb(249,96,213); }
div.DivClassName
{
background-color: #F960D5;
}
.BgClassName
{
background-color: #F960D5;
}
</style>
border-color css
<style>
span { border-color: #F960D5; }
span { border-color: rgb(249,96,213); }
td.TdClassName
{
border-color: #F960D5;
}
.TagClassName
{
border-color: #F960D5;
}
</style>