Shades of Neon Pink #FA54CA
Tints of Neon Pink #FA54CA
RGB
CMYK
RGB Variations
Color information
#FA54CA (or 0xFA54CA) is known color: Neon Pink. HEX triplet: FA, 54 and CA. RGB value is (250,84,202). Sum of RGB (Red+Green+Blue) = 250+84+202=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54CA is #05AB35. Grayscale: #929292. Windows color (decimal): -371510 or 13260026. OLE color: 13260026.
HSL color Cylindrical-coordinate representation of color #FA54CA: hue angle of 317.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54CA is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 202 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.02 |
| HSL | 317.35º | 0.94% | 0.65% | - |
| HSV(B) | 317.35º | 0.66% | 0.98% | - |
| XYZ | 53.26 | 30.93 | 59.04 | - |
| YUV | 147.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 202 | 0 | 0.66 | 0.19 | 0.02 | 317.35 | 0.94 | 0.65 |
| Hex | FA | 54 | CA | 0 | 42 | 13 | 2 | 13D | 5E | 41 |
| Octal | 372 | 124 | 312 | 0 | 102 | 23 | 2 | 475 | 136 | 101 |
| Binary | 11111010 | 1010100 | 11001010 | 0 | 1000010 | 10011 | 10 | 100111101 | 1011110 | 1000001 |
Color Harmonies of #FA54CA
Complementary color
Monochromatic Colors of #FA54CA
Black with #FA54CA
Text Example
Text Example
White with #FA54CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54CA; }
p { color: rgb(250,84,202); }
H1.HeaderClassName
{
color: #FA54CA;
}
.AnyTagClassName
{
color: #FA54CA;
}
</style>
background-color css
<style>
a { background-color: #FA54CA; }
a { background-color: rgb(250,84,202); }
div.DivClassName
{
background-color: #FA54CA;
}
.BgClassName
{
background-color: #FA54CA;
}
</style>
border-color css
<style>
span { border-color: #FA54CA; }
span { border-color: rgb(250,84,202); }
td.TdClassName
{
border-color: #FA54CA;
}
.TagClassName
{
border-color: #FA54CA;
}
</style>