Shades of Neon Pink #FA5CCC
Tints of Neon Pink #FA5CCC
RGB
CMYK
RGB Variations
Color information
#FA5CCC (or 0xFA5CCC) is known color: Neon Pink. HEX triplet: FA, 5C and CC. RGB value is (250,92,204). Sum of RGB (Red+Green+Blue) = 250+92+204=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CCC is #05A333. Grayscale: #979797. Windows color (decimal): -369460 or 13393146. OLE color: 13393146.
HSL color Cylindrical-coordinate representation of color #FA5CCC: hue angle of 317.47º 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 #FA5CCC is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 204 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.02 |
| HSL | 317.47º | 0.94% | 0.67% | - |
| HSV(B) | 317.47º | 0.63% | 0.98% | - |
| XYZ | 54.15 | 32.34 | 60.51 | - |
| YUV | 152.01 | 157.35 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 204 | 0 | 0.63 | 0.18 | 0.02 | 317.47 | 0.94 | 0.67 |
| Hex | FA | 5C | CC | 0 | 3F | 12 | 2 | 13D | 5E | 43 |
| Octal | 372 | 134 | 314 | 0 | 77 | 22 | 2 | 475 | 136 | 103 |
| Binary | 11111010 | 1011100 | 11001100 | 0 | 111111 | 10010 | 10 | 100111101 | 1011110 | 1000011 |
Color Harmonies of #FA5CCC
Complementary color
Monochromatic Colors of #FA5CCC
Black with #FA5CCC
Text Example
Text Example
White with #FA5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CCC; }
p { color: rgb(250,92,204); }
H1.HeaderClassName
{
color: #FA5CCC;
}
.AnyTagClassName
{
color: #FA5CCC;
}
</style>
background-color css
<style>
a { background-color: #FA5CCC; }
a { background-color: rgb(250,92,204); }
div.DivClassName
{
background-color: #FA5CCC;
}
.BgClassName
{
background-color: #FA5CCC;
}
</style>
border-color css
<style>
span { border-color: #FA5CCC; }
span { border-color: rgb(250,92,204); }
td.TdClassName
{
border-color: #FA5CCC;
}
.TagClassName
{
border-color: #FA5CCC;
}
</style>