Shades of Neon Pink #FA55C1
Tints of Neon Pink #FA55C1
RGB
CMYK
RGB Variations
Color information
#FA55C1 (or 0xFA55C1) is known color: Neon Pink. HEX triplet: FA, 55 and C1. RGB value is (250,85,193). Sum of RGB (Red+Green+Blue) = 250+85+193=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55C1 is #05AA3E. Grayscale: #929292. Windows color (decimal): -371263 or 12670458. OLE color: 12670458.
HSL color Cylindrical-coordinate representation of color #FA55C1: hue angle of 320.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA55C1 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 193 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.02 |
| HSL | 320.73º | 0.94% | 0.66% | - |
| HSV(B) | 320.73º | 0.66% | 0.98% | - |
| XYZ | 52.3 | 30.67 | 53.62 | - |
| YUV | 146.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 193 | 0 | 0.66 | 0.23 | 0.02 | 320.73 | 0.94 | 0.66 |
| Hex | FA | 55 | C1 | 0 | 42 | 17 | 2 | 141 | 5E | 42 |
| Octal | 372 | 125 | 301 | 0 | 102 | 27 | 2 | 501 | 136 | 102 |
| Binary | 11111010 | 1010101 | 11000001 | 0 | 1000010 | 10111 | 10 | 101000001 | 1011110 | 1000010 |
Color Harmonies of #FA55C1
Complementary color
Monochromatic Colors of #FA55C1
Black with #FA55C1
Text Example
Text Example
White with #FA55C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55C1; }
p { color: rgb(250,85,193); }
H1.HeaderClassName
{
color: #FA55C1;
}
.AnyTagClassName
{
color: #FA55C1;
}
</style>
background-color css
<style>
a { background-color: #FA55C1; }
a { background-color: rgb(250,85,193); }
div.DivClassName
{
background-color: #FA55C1;
}
.BgClassName
{
background-color: #FA55C1;
}
</style>
border-color css
<style>
span { border-color: #FA55C1; }
span { border-color: rgb(250,85,193); }
td.TdClassName
{
border-color: #FA55C1;
}
.TagClassName
{
border-color: #FA55C1;
}
</style>