Shades of Neon Pink #FB5EC3
Tints of Neon Pink #FB5EC3
RGB
CMYK
RGB Variations
Color information
#FB5EC3 (or 0xFB5EC3) is known color: Neon Pink. HEX triplet: FB, 5E and C3. RGB value is (251,94,195). Sum of RGB (Red+Green+Blue) = 251+94+195=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC3 is #04A13C. Grayscale: #989898. Windows color (decimal): -303421 or 12803835. OLE color: 12803835.
HSL color Cylindrical-coordinate representation of color #FB5EC3: hue angle of 321.4º 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 #FB5EC3 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 195 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.02 |
| HSL | 321.4º | 0.95% | 0.68% | - |
| HSV(B) | 321.4º | 0.63% | 0.98% | - |
| XYZ | 53.64 | 32.45 | 55.07 | - |
| YUV | 152.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 195 | 0 | 0.63 | 0.22 | 0.02 | 321.4 | 0.95 | 0.68 |
| Hex | FB | 5E | C3 | 0 | 3F | 16 | 2 | 141 | 5F | 44 |
| Octal | 373 | 136 | 303 | 0 | 77 | 26 | 2 | 501 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11000011 | 0 | 111111 | 10110 | 10 | 101000001 | 1011111 | 1000100 |
Color Harmonies of #FB5EC3
Complementary color
Monochromatic Colors of #FB5EC3
Black with #FB5EC3
Text Example
Text Example
White with #FB5EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EC3; }
p { color: rgb(251,94,195); }
H1.HeaderClassName
{
color: #FB5EC3;
}
.AnyTagClassName
{
color: #FB5EC3;
}
</style>
background-color css
<style>
a { background-color: #FB5EC3; }
a { background-color: rgb(251,94,195); }
div.DivClassName
{
background-color: #FB5EC3;
}
.BgClassName
{
background-color: #FB5EC3;
}
</style>
border-color css
<style>
span { border-color: #FB5EC3; }
span { border-color: rgb(251,94,195); }
td.TdClassName
{
border-color: #FB5EC3;
}
.TagClassName
{
border-color: #FB5EC3;
}
</style>