Shades of Neon Pink #FB5ECB
Tints of Neon Pink #FB5ECB
RGB
CMYK
RGB Variations
Color information
#FB5ECB (or 0xFB5ECB) is known color: Neon Pink. HEX triplet: FB, 5E and CB. RGB value is (251,94,203). Sum of RGB (Red+Green+Blue) = 251+94+203=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ECB is #04A134. Grayscale: #999999. Windows color (decimal): -303413 or 13328123. OLE color: 13328123.
HSL color Cylindrical-coordinate representation of color #FB5ECB: hue angle of 318.34º 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 #FB5ECB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 203 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.02 |
| HSL | 318.34º | 0.95% | 0.68% | - |
| HSV(B) | 318.34º | 0.63% | 0.98% | - |
| XYZ | 54.57 | 32.83 | 59.96 | - |
| YUV | 153.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 203 | 0 | 0.63 | 0.19 | 0.02 | 318.34 | 0.95 | 0.68 |
| Hex | FB | 5E | CB | 0 | 3F | 13 | 2 | 13E | 5F | 44 |
| Octal | 373 | 136 | 313 | 0 | 77 | 23 | 2 | 476 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11001011 | 0 | 111111 | 10011 | 10 | 100111110 | 1011111 | 1000100 |
Color Harmonies of #FB5ECB
Complementary color
Monochromatic Colors of #FB5ECB
Black with #FB5ECB
Text Example
Text Example
White with #FB5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5ECB; }
p { color: rgb(251,94,203); }
H1.HeaderClassName
{
color: #FB5ECB;
}
.AnyTagClassName
{
color: #FB5ECB;
}
</style>
background-color css
<style>
a { background-color: #FB5ECB; }
a { background-color: rgb(251,94,203); }
div.DivClassName
{
background-color: #FB5ECB;
}
.BgClassName
{
background-color: #FB5ECB;
}
</style>
border-color css
<style>
span { border-color: #FB5ECB; }
span { border-color: rgb(251,94,203); }
td.TdClassName
{
border-color: #FB5ECB;
}
.TagClassName
{
border-color: #FB5ECB;
}
</style>