Shades of Neon Pink #FA53CE
Tints of Neon Pink #FA53CE
RGB
CMYK
RGB Variations
Color information
#FA53CE (or 0xFA53CE) is known color: Neon Pink. HEX triplet: FA, 53 and CE. RGB value is (250,83,206). Sum of RGB (Red+Green+Blue) = 250+83+206=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53CE is #05AC31. Grayscale: #929292. Windows color (decimal): -371762 or 13521914. OLE color: 13521914.
HSL color Cylindrical-coordinate representation of color #FA53CE: hue angle of 315.81º degrees, saturation: 0.94, 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 #FA53CE is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 206 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.02 |
| HSL | 315.81º | 0.94% | 0.65% | - |
| HSV(B) | 315.81º | 0.67% | 0.98% | - |
| XYZ | 53.66 | 30.97 | 61.54 | - |
| YUV | 146.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 206 | 0 | 0.67 | 0.18 | 0.02 | 315.81 | 0.94 | 0.65 |
| Hex | FA | 53 | CE | 0 | 43 | 12 | 2 | 13C | 5E | 41 |
| Octal | 372 | 123 | 316 | 0 | 103 | 22 | 2 | 474 | 136 | 101 |
| Binary | 11111010 | 1010011 | 11001110 | 0 | 1000011 | 10010 | 10 | 100111100 | 1011110 | 1000001 |
Color Harmonies of #FA53CE
Complementary color
Monochromatic Colors of #FA53CE
Black with #FA53CE
Text Example
Text Example
White with #FA53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53CE; }
p { color: rgb(250,83,206); }
H1.HeaderClassName
{
color: #FA53CE;
}
.AnyTagClassName
{
color: #FA53CE;
}
</style>
background-color css
<style>
a { background-color: #FA53CE; }
a { background-color: rgb(250,83,206); }
div.DivClassName
{
background-color: #FA53CE;
}
.BgClassName
{
background-color: #FA53CE;
}
</style>
border-color css
<style>
span { border-color: #FA53CE; }
span { border-color: rgb(250,83,206); }
td.TdClassName
{
border-color: #FA53CE;
}
.TagClassName
{
border-color: #FA53CE;
}
</style>