Shades of Neon Pink #FA5BCB
Tints of Neon Pink #FA5BCB
RGB
CMYK
RGB Variations
Color information
#FA5BCB (or 0xFA5BCB) is known color: Neon Pink. HEX triplet: FA, 5B and CB. RGB value is (250,91,203). Sum of RGB (Red+Green+Blue) = 250+91+203=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 91 (35.94% from 255 or 16.73% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BCB is #05A434. Grayscale: #979797. Windows color (decimal): -369717 or 13327354. OLE color: 13327354.
HSL color Cylindrical-coordinate representation of color #FA5BCB: hue angle of 317.74º 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 #FA5BCB is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 203 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.02 |
| HSL | 317.74º | 0.94% | 0.67% | - |
| HSV(B) | 317.74º | 0.64% | 0.98% | - |
| XYZ | 53.94 | 32.12 | 59.86 | - |
| YUV | 151.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 203 | 0 | 0.64 | 0.19 | 0.02 | 317.74 | 0.94 | 0.67 |
| Hex | FA | 5B | CB | 0 | 40 | 13 | 2 | 13E | 5E | 43 |
| Octal | 372 | 133 | 313 | 0 | 100 | 23 | 2 | 476 | 136 | 103 |
| Binary | 11111010 | 1011011 | 11001011 | 0 | 1000000 | 10011 | 10 | 100111110 | 1011110 | 1000011 |
Color Harmonies of #FA5BCB
Complementary color
Monochromatic Colors of #FA5BCB
Black with #FA5BCB
Text Example
Text Example
White with #FA5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BCB; }
p { color: rgb(250,91,203); }
H1.HeaderClassName
{
color: #FA5BCB;
}
.AnyTagClassName
{
color: #FA5BCB;
}
</style>
background-color css
<style>
a { background-color: #FA5BCB; }
a { background-color: rgb(250,91,203); }
div.DivClassName
{
background-color: #FA5BCB;
}
.BgClassName
{
background-color: #FA5BCB;
}
</style>
border-color css
<style>
span { border-color: #FA5BCB; }
span { border-color: rgb(250,91,203); }
td.TdClassName
{
border-color: #FA5BCB;
}
.TagClassName
{
border-color: #FA5BCB;
}
</style>