Shades of Neon Pink #F957D0
Tints of Neon Pink #F957D0
RGB
CMYK
RGB Variations
Color information
#F957D0 (or 0xF957D0) is known color: Neon Pink. HEX triplet: F9, 57 and D0. RGB value is (249,87,208). Sum of RGB (Red+Green+Blue) = 249+87+208=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F957D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957D0 is #06A82F. Grayscale: #949494. Windows color (decimal): -436272 or 13654009. OLE color: 13654009.
HSL color Cylindrical-coordinate representation of color #F957D0: hue angle of 315.19º 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 #F957D0 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 208 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.02 |
| HSL | 315.19º | 0.93% | 0.66% | - |
| HSV(B) | 315.19º | 0.65% | 0.98% | - |
| XYZ | 53.86 | 31.51 | 62.92 | - |
| YUV | 149.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 208 | 0 | 0.65 | 0.16 | 0.02 | 315.19 | 0.93 | 0.66 |
| Hex | F9 | 57 | D0 | 0 | 41 | 10 | 2 | 13B | 5D | 42 |
| Octal | 371 | 127 | 320 | 0 | 101 | 20 | 2 | 473 | 135 | 102 |
| Binary | 11111001 | 1010111 | 11010000 | 0 | 1000001 | 10000 | 10 | 100111011 | 1011101 | 1000010 |
Color Harmonies of #F957D0
Complementary color
Monochromatic Colors of #F957D0
Black with #F957D0
Text Example
Text Example
White with #F957D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957D0; }
p { color: rgb(249,87,208); }
H1.HeaderClassName
{
color: #F957D0;
}
.AnyTagClassName
{
color: #F957D0;
}
</style>
background-color css
<style>
a { background-color: #F957D0; }
a { background-color: rgb(249,87,208); }
div.DivClassName
{
background-color: #F957D0;
}
.BgClassName
{
background-color: #F957D0;
}
</style>
border-color css
<style>
span { border-color: #F957D0; }
span { border-color: rgb(249,87,208); }
td.TdClassName
{
border-color: #F957D0;
}
.TagClassName
{
border-color: #F957D0;
}
</style>