Shades of Neon Pink #FA54CF
Tints of Neon Pink #FA54CF
RGB
CMYK
RGB Variations
Color information
#FA54CF (or 0xFA54CF) is known color: Neon Pink. HEX triplet: FA, 54 and CF. RGB value is (250,84,207). Sum of RGB (Red+Green+Blue) = 250+84+207=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 84 (33.20% from 255 or 15.53% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54CF is #05AB30. Grayscale: #939393. Windows color (decimal): -371505 or 13587706. OLE color: 13587706.
HSL color Cylindrical-coordinate representation of color #FA54CF: hue angle of 315.54º 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 #FA54CF is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 207 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.02 |
| HSL | 315.54º | 0.94% | 0.65% | - |
| HSV(B) | 315.54º | 0.66% | 0.98% | - |
| XYZ | 53.86 | 31.17 | 62.21 | - |
| YUV | 147.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 207 | 0 | 0.66 | 0.17 | 0.02 | 315.54 | 0.94 | 0.65 |
| Hex | FA | 54 | CF | 0 | 42 | 11 | 2 | 13C | 5E | 41 |
| Octal | 372 | 124 | 317 | 0 | 102 | 21 | 2 | 474 | 136 | 101 |
| Binary | 11111010 | 1010100 | 11001111 | 0 | 1000010 | 10001 | 10 | 100111100 | 1011110 | 1000001 |
Color Harmonies of #FA54CF
Complementary color
Monochromatic Colors of #FA54CF
Black with #FA54CF
Text Example
Text Example
White with #FA54CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54CF; }
p { color: rgb(250,84,207); }
H1.HeaderClassName
{
color: #FA54CF;
}
.AnyTagClassName
{
color: #FA54CF;
}
</style>
background-color css
<style>
a { background-color: #FA54CF; }
a { background-color: rgb(250,84,207); }
div.DivClassName
{
background-color: #FA54CF;
}
.BgClassName
{
background-color: #FA54CF;
}
</style>
border-color css
<style>
span { border-color: #FA54CF; }
span { border-color: rgb(250,84,207); }
td.TdClassName
{
border-color: #FA54CF;
}
.TagClassName
{
border-color: #FA54CF;
}
</style>