Shades of Neon Pink #FA55C6
Tints of Neon Pink #FA55C6
RGB
CMYK
RGB Variations
Color information
#FA55C6 (or 0xFA55C6) is known color: Neon Pink. HEX triplet: FA, 55 and C6. RGB value is (250,85,198). Sum of RGB (Red+Green+Blue) = 250+85+198=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55C6 is #05AA39. Grayscale: #929292. Windows color (decimal): -371258 or 12998138. OLE color: 12998138.
HSL color Cylindrical-coordinate representation of color #FA55C6: hue angle of 318.91º 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 #FA55C6 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 198 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.02 |
| HSL | 318.91º | 0.94% | 0.66% | - |
| HSV(B) | 318.91º | 0.66% | 0.98% | - |
| XYZ | 52.87 | 30.9 | 56.6 | - |
| YUV | 147.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 198 | 0 | 0.66 | 0.21 | 0.02 | 318.91 | 0.94 | 0.66 |
| Hex | FA | 55 | C6 | 0 | 42 | 15 | 2 | 13F | 5E | 42 |
| Octal | 372 | 125 | 306 | 0 | 102 | 25 | 2 | 477 | 136 | 102 |
| Binary | 11111010 | 1010101 | 11000110 | 0 | 1000010 | 10101 | 10 | 100111111 | 1011110 | 1000010 |
Color Harmonies of #FA55C6
Complementary color
Monochromatic Colors of #FA55C6
Black with #FA55C6
Text Example
Text Example
White with #FA55C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55C6; }
p { color: rgb(250,85,198); }
H1.HeaderClassName
{
color: #FA55C6;
}
.AnyTagClassName
{
color: #FA55C6;
}
</style>
background-color css
<style>
a { background-color: #FA55C6; }
a { background-color: rgb(250,85,198); }
div.DivClassName
{
background-color: #FA55C6;
}
.BgClassName
{
background-color: #FA55C6;
}
</style>
border-color css
<style>
span { border-color: #FA55C6; }
span { border-color: rgb(250,85,198); }
td.TdClassName
{
border-color: #FA55C6;
}
.TagClassName
{
border-color: #FA55C6;
}
</style>