Shades of Neon Pink #F953CA
Tints of Neon Pink #F953CA
RGB
CMYK
RGB Variations
Color information
#F953CA (or 0xF953CA) is known color: Neon Pink. HEX triplet: F9, 53 and CA. RGB value is (249,83,202). Sum of RGB (Red+Green+Blue) = 249+83+202=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F953CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953CA is #06AC35. Grayscale: #919191. Windows color (decimal): -437302 or 13259769. OLE color: 13259769.
HSL color Cylindrical-coordinate representation of color #F953CA: hue angle of 316.99º 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 #F953CA is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 202 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.02 |
| HSL | 316.99º | 0.93% | 0.65% | - |
| HSV(B) | 316.99º | 0.67% | 0.98% | - |
| XYZ | 52.82 | 30.59 | 59 | - |
| YUV | 146.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 202 | 0 | 0.67 | 0.19 | 0.02 | 316.99 | 0.93 | 0.65 |
| Hex | F9 | 53 | CA | 0 | 43 | 13 | 2 | 13D | 5D | 41 |
| Octal | 371 | 123 | 312 | 0 | 103 | 23 | 2 | 475 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11001010 | 0 | 1000011 | 10011 | 10 | 100111101 | 1011101 | 1000001 |
Color Harmonies of #F953CA
Complementary color
Monochromatic Colors of #F953CA
Black with #F953CA
Text Example
Text Example
White with #F953CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953CA; }
p { color: rgb(249,83,202); }
H1.HeaderClassName
{
color: #F953CA;
}
.AnyTagClassName
{
color: #F953CA;
}
</style>
background-color css
<style>
a { background-color: #F953CA; }
a { background-color: rgb(249,83,202); }
div.DivClassName
{
background-color: #F953CA;
}
.BgClassName
{
background-color: #F953CA;
}
</style>
border-color css
<style>
span { border-color: #F953CA; }
span { border-color: rgb(249,83,202); }
td.TdClassName
{
border-color: #F953CA;
}
.TagClassName
{
border-color: #F953CA;
}
</style>