Shades of Neon Pink #F954C0
Tints of Neon Pink #F954C0
RGB
CMYK
RGB Variations
Color information
#F954C0 (or 0xF954C0) is known color: Neon Pink. HEX triplet: F9, 54 and C0. RGB value is (249,84,192). Sum of RGB (Red+Green+Blue) = 249+84+192=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F954C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954C0 is #06AB3F. Grayscale: #919191. Windows color (decimal): -437056 or 12604665. OLE color: 12604665.
HSL color Cylindrical-coordinate representation of color #F954C0: hue angle of 320.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954C0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 192 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.02 |
| HSL | 320.73º | 0.93% | 0.65% | - |
| HSV(B) | 320.73º | 0.66% | 0.98% | - |
| XYZ | 51.75 | 30.29 | 52.99 | - |
| YUV | 145.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 192 | 0 | 0.66 | 0.23 | 0.02 | 320.73 | 0.93 | 0.65 |
| Hex | F9 | 54 | C0 | 0 | 42 | 17 | 2 | 141 | 5D | 41 |
| Octal | 371 | 124 | 300 | 0 | 102 | 27 | 2 | 501 | 135 | 101 |
| Binary | 11111001 | 1010100 | 11000000 | 0 | 1000010 | 10111 | 10 | 101000001 | 1011101 | 1000001 |
Color Harmonies of #F954C0
Complementary color
Monochromatic Colors of #F954C0
Black with #F954C0
Text Example
Text Example
White with #F954C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954C0; }
p { color: rgb(249,84,192); }
H1.HeaderClassName
{
color: #F954C0;
}
.AnyTagClassName
{
color: #F954C0;
}
</style>
background-color css
<style>
a { background-color: #F954C0; }
a { background-color: rgb(249,84,192); }
div.DivClassName
{
background-color: #F954C0;
}
.BgClassName
{
background-color: #F954C0;
}
</style>
border-color css
<style>
span { border-color: #F954C0; }
span { border-color: rgb(249,84,192); }
td.TdClassName
{
border-color: #F954C0;
}
.TagClassName
{
border-color: #F954C0;
}
</style>