Shades of Neon Pink #F953CC
Tints of Neon Pink #F953CC
RGB
CMYK
RGB Variations
Color information
#F953CC (or 0xF953CC) is known color: Neon Pink. HEX triplet: F9, 53 and CC. RGB value is (249,83,204). Sum of RGB (Red+Green+Blue) = 249+83+204=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F953CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953CC is #06AC33. Grayscale: #929292. Windows color (decimal): -437300 or 13390841. OLE color: 13390841.
HSL color Cylindrical-coordinate representation of color #F953CC: hue angle of 316.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953CC is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 204 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.02 |
| HSL | 316.27º | 0.93% | 0.65% | - |
| HSV(B) | 316.27º | 0.67% | 0.98% | - |
| XYZ | 53.06 | 30.69 | 60.25 | - |
| YUV | 146.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 204 | 0 | 0.67 | 0.18 | 0.02 | 316.27 | 0.93 | 0.65 |
| Hex | F9 | 53 | CC | 0 | 43 | 12 | 2 | 13C | 5D | 41 |
| Octal | 371 | 123 | 314 | 0 | 103 | 22 | 2 | 474 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11001100 | 0 | 1000011 | 10010 | 10 | 100111100 | 1011101 | 1000001 |
Color Harmonies of #F953CC
Complementary color
Monochromatic Colors of #F953CC
Black with #F953CC
Text Example
Text Example
White with #F953CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953CC; }
p { color: rgb(249,83,204); }
H1.HeaderClassName
{
color: #F953CC;
}
.AnyTagClassName
{
color: #F953CC;
}
</style>
background-color css
<style>
a { background-color: #F953CC; }
a { background-color: rgb(249,83,204); }
div.DivClassName
{
background-color: #F953CC;
}
.BgClassName
{
background-color: #F953CC;
}
</style>
border-color css
<style>
span { border-color: #F953CC; }
span { border-color: rgb(249,83,204); }
td.TdClassName
{
border-color: #F953CC;
}
.TagClassName
{
border-color: #F953CC;
}
</style>