Shades of Neon Pink #FA50C1
Tints of Neon Pink #FA50C1
RGB
CMYK
RGB Variations
Color information
#FA50C1 (or 0xFA50C1) is known color: Neon Pink. HEX triplet: FA, 50 and C1. RGB value is (250,80,193). Sum of RGB (Red+Green+Blue) = 250+80+193=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50C1 is #05AF3E. Grayscale: #8F8F8F. Windows color (decimal): -372543 or 12669178. OLE color: 12669178.
HSL color Cylindrical-coordinate representation of color #FA50C1: hue angle of 320.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA50C1 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 193 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.02 |
| HSL | 320.12º | 0.94% | 0.65% | - |
| HSV(B) | 320.12º | 0.68% | 0.98% | - |
| XYZ | 51.92 | 29.91 | 53.49 | - |
| YUV | 143.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 193 | 0 | 0.68 | 0.23 | 0.02 | 320.12 | 0.94 | 0.65 |
| Hex | FA | 50 | C1 | 0 | 44 | 17 | 2 | 140 | 5E | 41 |
| Octal | 372 | 120 | 301 | 0 | 104 | 27 | 2 | 500 | 136 | 101 |
| Binary | 11111010 | 1010000 | 11000001 | 0 | 1000100 | 10111 | 10 | 101000000 | 1011110 | 1000001 |
Color Harmonies of #FA50C1
Complementary color
Monochromatic Colors of #FA50C1
Black with #FA50C1
Text Example
Text Example
White with #FA50C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA50C1; }
p { color: rgb(250,80,193); }
H1.HeaderClassName
{
color: #FA50C1;
}
.AnyTagClassName
{
color: #FA50C1;
}
</style>
background-color css
<style>
a { background-color: #FA50C1; }
a { background-color: rgb(250,80,193); }
div.DivClassName
{
background-color: #FA50C1;
}
.BgClassName
{
background-color: #FA50C1;
}
</style>
border-color css
<style>
span { border-color: #FA50C1; }
span { border-color: rgb(250,80,193); }
td.TdClassName
{
border-color: #FA50C1;
}
.TagClassName
{
border-color: #FA50C1;
}
</style>