Shades of Neon Pink #FA5FCB
Tints of Neon Pink #FA5FCB
RGB
CMYK
RGB Variations
Color information
#FA5FCB (or 0xFA5FCB) is known color: Neon Pink. HEX triplet: FA, 5F and CB. RGB value is (250,95,203). Sum of RGB (Red+Green+Blue) = 250+95+203=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FCB is #05A034. Grayscale: #999999. Windows color (decimal): -368693 or 13328378. OLE color: 13328378.
HSL color Cylindrical-coordinate representation of color #FA5FCB: hue angle of 318.19º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FCB is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 203 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.02 |
| HSL | 318.19º | 0.94% | 0.68% | - |
| HSV(B) | 318.19º | 0.62% | 0.98% | - |
| XYZ | 54.3 | 32.82 | 59.97 | - |
| YUV | 153.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 203 | 0 | 0.62 | 0.19 | 0.02 | 318.19 | 0.94 | 0.68 |
| Hex | FA | 5F | CB | 0 | 3E | 13 | 2 | 13E | 5E | 44 |
| Octal | 372 | 137 | 313 | 0 | 76 | 23 | 2 | 476 | 136 | 104 |
| Binary | 11111010 | 1011111 | 11001011 | 0 | 111110 | 10011 | 10 | 100111110 | 1011110 | 1000100 |
Color Harmonies of #FA5FCB
Complementary color
Monochromatic Colors of #FA5FCB
Black with #FA5FCB
Text Example
Text Example
White with #FA5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FCB; }
p { color: rgb(250,95,203); }
H1.HeaderClassName
{
color: #FA5FCB;
}
.AnyTagClassName
{
color: #FA5FCB;
}
</style>
background-color css
<style>
a { background-color: #FA5FCB; }
a { background-color: rgb(250,95,203); }
div.DivClassName
{
background-color: #FA5FCB;
}
.BgClassName
{
background-color: #FA5FCB;
}
</style>
border-color css
<style>
span { border-color: #FA5FCB; }
span { border-color: rgb(250,95,203); }
td.TdClassName
{
border-color: #FA5FCB;
}
.TagClassName
{
border-color: #FA5FCB;
}
</style>