Shades of Neon Pink #FA5BCF
Tints of Neon Pink #FA5BCF
RGB
CMYK
RGB Variations
Color information
#FA5BCF (or 0xFA5BCF) is known color: Neon Pink. HEX triplet: FA, 5B and CF. RGB value is (250,91,207). Sum of RGB (Red+Green+Blue) = 250+91+207=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BCF is #05A430. Grayscale: #979797. Windows color (decimal): -369713 or 13589498. OLE color: 13589498.
HSL color Cylindrical-coordinate representation of color #FA5BCF: hue angle of 316.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5BCF is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 207 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.02 |
| HSL | 316.23º | 0.94% | 0.67% | - |
| HSV(B) | 316.23º | 0.64% | 0.98% | - |
| XYZ | 54.43 | 32.31 | 62.4 | - |
| YUV | 151.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 207 | 0 | 0.64 | 0.17 | 0.02 | 316.23 | 0.94 | 0.67 |
| Hex | FA | 5B | CF | 0 | 40 | 11 | 2 | 13C | 5E | 43 |
| Octal | 372 | 133 | 317 | 0 | 100 | 21 | 2 | 474 | 136 | 103 |
| Binary | 11111010 | 1011011 | 11001111 | 0 | 1000000 | 10001 | 10 | 100111100 | 1011110 | 1000011 |
Color Harmonies of #FA5BCF
Complementary color
Monochromatic Colors of #FA5BCF
Black with #FA5BCF
Text Example
Text Example
White with #FA5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BCF; }
p { color: rgb(250,91,207); }
H1.HeaderClassName
{
color: #FA5BCF;
}
.AnyTagClassName
{
color: #FA5BCF;
}
</style>
background-color css
<style>
a { background-color: #FA5BCF; }
a { background-color: rgb(250,91,207); }
div.DivClassName
{
background-color: #FA5BCF;
}
.BgClassName
{
background-color: #FA5BCF;
}
</style>
border-color css
<style>
span { border-color: #FA5BCF; }
span { border-color: rgb(250,91,207); }
td.TdClassName
{
border-color: #FA5BCF;
}
.TagClassName
{
border-color: #FA5BCF;
}
</style>