Shades of Neon Pink #FB5EC1
Tints of Neon Pink #FB5EC1
RGB
CMYK
RGB Variations
Color information
#FB5EC1 (or 0xFB5EC1) is known color: Neon Pink. HEX triplet: FB, 5E and C1. RGB value is (251,94,193). Sum of RGB (Red+Green+Blue) = 251+94+193=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC1 is #04A13E. Grayscale: #979797. Windows color (decimal): -303423 or 12672763. OLE color: 12672763.
HSL color Cylindrical-coordinate representation of color #FB5EC1: hue angle of 322.17º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5EC1 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 193 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.02 |
| HSL | 322.17º | 0.95% | 0.68% | - |
| HSV(B) | 322.17º | 0.63% | 0.98% | - |
| XYZ | 53.41 | 32.36 | 53.88 | - |
| YUV | 152.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 193 | 0 | 0.63 | 0.23 | 0.02 | 322.17 | 0.95 | 0.68 |
| Hex | FB | 5E | C1 | 0 | 3F | 17 | 2 | 142 | 5F | 44 |
| Octal | 373 | 136 | 301 | 0 | 77 | 27 | 2 | 502 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11000001 | 0 | 111111 | 10111 | 10 | 101000010 | 1011111 | 1000100 |
Color Harmonies of #FB5EC1
Complementary color
Monochromatic Colors of #FB5EC1
Black with #FB5EC1
Text Example
Text Example
White with #FB5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EC1; }
p { color: rgb(251,94,193); }
H1.HeaderClassName
{
color: #FB5EC1;
}
.AnyTagClassName
{
color: #FB5EC1;
}
</style>
background-color css
<style>
a { background-color: #FB5EC1; }
a { background-color: rgb(251,94,193); }
div.DivClassName
{
background-color: #FB5EC1;
}
.BgClassName
{
background-color: #FB5EC1;
}
</style>
border-color css
<style>
span { border-color: #FB5EC1; }
span { border-color: rgb(251,94,193); }
td.TdClassName
{
border-color: #FB5EC1;
}
.TagClassName
{
border-color: #FB5EC1;
}
</style>