Shades of Neon Pink #FB5EC0
Tints of Neon Pink #FB5EC0
RGB
CMYK
RGB Variations
Color information
#FB5EC0 (or 0xFB5EC0) is known color: Neon Pink. HEX triplet: FB, 5E and C0. RGB value is (251,94,192). Sum of RGB (Red+Green+Blue) = 251+94+192=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC0 is #04A13F. Grayscale: #979797. Windows color (decimal): -303424 or 12607227. OLE color: 12607227.
HSL color Cylindrical-coordinate representation of color #FB5EC0: hue angle of 322.55º 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 #FB5EC0 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 192 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.02 |
| HSL | 322.55º | 0.95% | 0.68% | - |
| HSV(B) | 322.55º | 0.63% | 0.98% | - |
| XYZ | 53.3 | 32.32 | 53.3 | - |
| YUV | 152.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 192 | 0 | 0.63 | 0.24 | 0.02 | 322.55 | 0.95 | 0.68 |
| Hex | FB | 5E | C0 | 0 | 3F | 18 | 2 | 143 | 5F | 44 |
| Octal | 373 | 136 | 300 | 0 | 77 | 30 | 2 | 503 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11000000 | 0 | 111111 | 11000 | 10 | 101000011 | 1011111 | 1000100 |
Color Harmonies of #FB5EC0
Complementary color
Monochromatic Colors of #FB5EC0
Black with #FB5EC0
Text Example
Text Example
White with #FB5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EC0; }
p { color: rgb(251,94,192); }
H1.HeaderClassName
{
color: #FB5EC0;
}
.AnyTagClassName
{
color: #FB5EC0;
}
</style>
background-color css
<style>
a { background-color: #FB5EC0; }
a { background-color: rgb(251,94,192); }
div.DivClassName
{
background-color: #FB5EC0;
}
.BgClassName
{
background-color: #FB5EC0;
}
</style>
border-color css
<style>
span { border-color: #FB5EC0; }
span { border-color: rgb(251,94,192); }
td.TdClassName
{
border-color: #FB5EC0;
}
.TagClassName
{
border-color: #FB5EC0;
}
</style>