Shades of Neon Pink #FA5CC0
Tints of Neon Pink #FA5CC0
RGB
CMYK
RGB Variations
Color information
#FA5CC0 (or 0xFA5CC0) is known color: Neon Pink. HEX triplet: FA, 5C and C0. RGB value is (250,92,192). Sum of RGB (Red+Green+Blue) = 250+92+192=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CC0 is #05A33F. Grayscale: #969696. Windows color (decimal): -369472 or 12606714. OLE color: 12606714.
HSL color Cylindrical-coordinate representation of color #FA5CC0: hue angle of 322.03º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5CC0 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 192 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.02 |
| HSL | 322.03º | 0.94% | 0.67% | - |
| HSV(B) | 322.03º | 0.63% | 0.98% | - |
| XYZ | 52.77 | 31.78 | 53.22 | - |
| YUV | 150.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 192 | 0 | 0.63 | 0.23 | 0.02 | 322.03 | 0.94 | 0.67 |
| Hex | FA | 5C | C0 | 0 | 3F | 17 | 2 | 142 | 5E | 43 |
| Octal | 372 | 134 | 300 | 0 | 77 | 27 | 2 | 502 | 136 | 103 |
| Binary | 11111010 | 1011100 | 11000000 | 0 | 111111 | 10111 | 10 | 101000010 | 1011110 | 1000011 |
Color Harmonies of #FA5CC0
Complementary color
Monochromatic Colors of #FA5CC0
Black with #FA5CC0
Text Example
Text Example
White with #FA5CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CC0; }
p { color: rgb(250,92,192); }
H1.HeaderClassName
{
color: #FA5CC0;
}
.AnyTagClassName
{
color: #FA5CC0;
}
</style>
background-color css
<style>
a { background-color: #FA5CC0; }
a { background-color: rgb(250,92,192); }
div.DivClassName
{
background-color: #FA5CC0;
}
.BgClassName
{
background-color: #FA5CC0;
}
</style>
border-color css
<style>
span { border-color: #FA5CC0; }
span { border-color: rgb(250,92,192); }
td.TdClassName
{
border-color: #FA5CC0;
}
.TagClassName
{
border-color: #FA5CC0;
}
</style>