Shades of Neon Pink #FB5ED5
Tints of Neon Pink #FB5ED5
RGB
CMYK
RGB Variations
Color information
#FB5ED5 (or 0xFB5ED5) is known color: Neon Pink. HEX triplet: FB, 5E and D5. RGB value is (251,94,213). Sum of RGB (Red+Green+Blue) = 251+94+213=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ED5 is #04A12A. Grayscale: #9A9A9A. Windows color (decimal): -303403 or 13983483. OLE color: 13983483.
HSL color Cylindrical-coordinate representation of color #FB5ED5: hue angle of 314.52º 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 #FB5ED5 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 213 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.02 |
| HSL | 314.52º | 0.95% | 0.68% | - |
| HSV(B) | 314.52º | 0.63% | 0.98% | - |
| XYZ | 55.8 | 33.32 | 66.44 | - |
| YUV | 154.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 213 | 0 | 0.63 | 0.15 | 0.02 | 314.52 | 0.95 | 0.68 |
| Hex | FB | 5E | D5 | 0 | 3F | F | 2 | 13B | 5F | 44 |
| Octal | 373 | 136 | 325 | 0 | 77 | 17 | 2 | 473 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11010101 | 0 | 111111 | 1111 | 10 | 100111011 | 1011111 | 1000100 |
Color Harmonies of #FB5ED5
Complementary color
Monochromatic Colors of #FB5ED5
Black with #FB5ED5
Text Example
Text Example
White with #FB5ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5ED5; }
p { color: rgb(251,94,213); }
H1.HeaderClassName
{
color: #FB5ED5;
}
.AnyTagClassName
{
color: #FB5ED5;
}
</style>
background-color css
<style>
a { background-color: #FB5ED5; }
a { background-color: rgb(251,94,213); }
div.DivClassName
{
background-color: #FB5ED5;
}
.BgClassName
{
background-color: #FB5ED5;
}
</style>
border-color css
<style>
span { border-color: #FB5ED5; }
span { border-color: rgb(251,94,213); }
td.TdClassName
{
border-color: #FB5ED5;
}
.TagClassName
{
border-color: #FB5ED5;
}
</style>