Shades of Neon Pink #FA5BD2
Tints of Neon Pink #FA5BD2
RGB
CMYK
RGB Variations
Color information
#FA5BD2 (or 0xFA5BD2) is known color: Neon Pink. HEX triplet: FA, 5B and D2. RGB value is (250,91,210). Sum of RGB (Red+Green+Blue) = 250+91+210=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 91 (35.94% from 255 or 16.52% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BD2 is #05A42D. Grayscale: #979797. Windows color (decimal): -369710 or 13786106. OLE color: 13786106.
HSL color Cylindrical-coordinate representation of color #FA5BD2: hue angle of 315.09º 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 #FA5BD2 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 210 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.02 |
| HSL | 315.09º | 0.94% | 0.67% | - |
| HSV(B) | 315.09º | 0.64% | 0.98% | - |
| XYZ | 54.8 | 32.46 | 64.35 | - |
| YUV | 152.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 210 | 0 | 0.64 | 0.16 | 0.02 | 315.09 | 0.94 | 0.67 |
| Hex | FA | 5B | D2 | 0 | 40 | 10 | 2 | 13B | 5E | 43 |
| Octal | 372 | 133 | 322 | 0 | 100 | 20 | 2 | 473 | 136 | 103 |
| Binary | 11111010 | 1011011 | 11010010 | 0 | 1000000 | 10000 | 10 | 100111011 | 1011110 | 1000011 |
Color Harmonies of #FA5BD2
Complementary color
Monochromatic Colors of #FA5BD2
Black with #FA5BD2
Text Example
Text Example
White with #FA5BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BD2; }
p { color: rgb(250,91,210); }
H1.HeaderClassName
{
color: #FA5BD2;
}
.AnyTagClassName
{
color: #FA5BD2;
}
</style>
background-color css
<style>
a { background-color: #FA5BD2; }
a { background-color: rgb(250,91,210); }
div.DivClassName
{
background-color: #FA5BD2;
}
.BgClassName
{
background-color: #FA5BD2;
}
</style>
border-color css
<style>
span { border-color: #FA5BD2; }
span { border-color: rgb(250,91,210); }
td.TdClassName
{
border-color: #FA5BD2;
}
.TagClassName
{
border-color: #FA5BD2;
}
</style>