Shades of Neon Pink #F953C1
Tints of Neon Pink #F953C1
RGB
CMYK
RGB Variations
Color information
#F953C1 (or 0xF953C1) is known color: Neon Pink. HEX triplet: F9, 53 and C1. RGB value is (249,83,193). Sum of RGB (Red+Green+Blue) = 249+83+193=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F953C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953C1 is #06AC3E. Grayscale: #909090. Windows color (decimal): -437311 or 12669945. OLE color: 12669945.
HSL color Cylindrical-coordinate representation of color #F953C1: hue angle of 320.24º 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 #F953C1 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 193 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.02 |
| HSL | 320.24º | 0.93% | 0.65% | - |
| HSV(B) | 320.24º | 0.67% | 0.98% | - |
| XYZ | 51.79 | 30.18 | 53.55 | - |
| YUV | 145.17 | 155 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 193 | 0 | 0.67 | 0.22 | 0.02 | 320.24 | 0.93 | 0.65 |
| Hex | F9 | 53 | C1 | 0 | 43 | 16 | 2 | 140 | 5D | 41 |
| Octal | 371 | 123 | 301 | 0 | 103 | 26 | 2 | 500 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11000001 | 0 | 1000011 | 10110 | 10 | 101000000 | 1011101 | 1000001 |
Color Harmonies of #F953C1
Complementary color
Monochromatic Colors of #F953C1
Black with #F953C1
Text Example
Text Example
White with #F953C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953C1; }
p { color: rgb(249,83,193); }
H1.HeaderClassName
{
color: #F953C1;
}
.AnyTagClassName
{
color: #F953C1;
}
</style>
background-color css
<style>
a { background-color: #F953C1; }
a { background-color: rgb(249,83,193); }
div.DivClassName
{
background-color: #F953C1;
}
.BgClassName
{
background-color: #F953C1;
}
</style>
border-color css
<style>
span { border-color: #F953C1; }
span { border-color: rgb(249,83,193); }
td.TdClassName
{
border-color: #F953C1;
}
.TagClassName
{
border-color: #F953C1;
}
</style>