Shades of Neon Pink #FA54C4
Tints of Neon Pink #FA54C4
RGB
CMYK
RGB Variations
Color information
#FA54C4 (or 0xFA54C4) is known color: Neon Pink. HEX triplet: FA, 54 and C4. RGB value is (250,84,196). Sum of RGB (Red+Green+Blue) = 250+84+196=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54C4 is #05AB3B. Grayscale: #929292. Windows color (decimal): -371516 or 12866810. OLE color: 12866810.
HSL color Cylindrical-coordinate representation of color #FA54C4: hue angle of 319.52º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54C4 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 196 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.02 |
| HSL | 319.52º | 0.94% | 0.65% | - |
| HSV(B) | 319.52º | 0.66% | 0.98% | - |
| XYZ | 52.56 | 30.65 | 55.37 | - |
| YUV | 146.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 196 | 0 | 0.66 | 0.22 | 0.02 | 319.52 | 0.94 | 0.65 |
| Hex | FA | 54 | C4 | 0 | 42 | 16 | 2 | 140 | 5E | 41 |
| Octal | 372 | 124 | 304 | 0 | 102 | 26 | 2 | 500 | 136 | 101 |
| Binary | 11111010 | 1010100 | 11000100 | 0 | 1000010 | 10110 | 10 | 101000000 | 1011110 | 1000001 |
Color Harmonies of #FA54C4
Complementary color
Monochromatic Colors of #FA54C4
Black with #FA54C4
Text Example
Text Example
White with #FA54C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54C4; }
p { color: rgb(250,84,196); }
H1.HeaderClassName
{
color: #FA54C4;
}
.AnyTagClassName
{
color: #FA54C4;
}
</style>
background-color css
<style>
a { background-color: #FA54C4; }
a { background-color: rgb(250,84,196); }
div.DivClassName
{
background-color: #FA54C4;
}
.BgClassName
{
background-color: #FA54C4;
}
</style>
border-color css
<style>
span { border-color: #FA54C4; }
span { border-color: rgb(250,84,196); }
td.TdClassName
{
border-color: #FA54C4;
}
.TagClassName
{
border-color: #FA54C4;
}
</style>