Shades of Neon Pink #F953C3
Tints of Neon Pink #F953C3
RGB
CMYK
RGB Variations
Color information
#F953C3 (or 0xF953C3) is known color: Neon Pink. HEX triplet: F9, 53 and C3. RGB value is (249,83,195). Sum of RGB (Red+Green+Blue) = 249+83+195=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F953C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953C3 is #06AC3C. Grayscale: #919191. Windows color (decimal): -437309 or 12801017. OLE color: 12801017.
HSL color Cylindrical-coordinate representation of color #F953C3: hue angle of 319.52º 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 #F953C3 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 195 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.02 |
| HSL | 319.52º | 0.93% | 0.65% | - |
| HSV(B) | 319.52º | 0.67% | 0.98% | - |
| XYZ | 52.01 | 30.27 | 54.73 | - |
| YUV | 145.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 195 | 0 | 0.67 | 0.22 | 0.02 | 319.52 | 0.93 | 0.65 |
| Hex | F9 | 53 | C3 | 0 | 43 | 16 | 2 | 140 | 5D | 41 |
| Octal | 371 | 123 | 303 | 0 | 103 | 26 | 2 | 500 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11000011 | 0 | 1000011 | 10110 | 10 | 101000000 | 1011101 | 1000001 |
Color Harmonies of #F953C3
Complementary color
Monochromatic Colors of #F953C3
Black with #F953C3
Text Example
Text Example
White with #F953C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953C3; }
p { color: rgb(249,83,195); }
H1.HeaderClassName
{
color: #F953C3;
}
.AnyTagClassName
{
color: #F953C3;
}
</style>
background-color css
<style>
a { background-color: #F953C3; }
a { background-color: rgb(249,83,195); }
div.DivClassName
{
background-color: #F953C3;
}
.BgClassName
{
background-color: #F953C3;
}
</style>
border-color css
<style>
span { border-color: #F953C3; }
span { border-color: rgb(249,83,195); }
td.TdClassName
{
border-color: #F953C3;
}
.TagClassName
{
border-color: #F953C3;
}
</style>