Shades of Neon Pink #FB5EC6
Tints of Neon Pink #FB5EC6
RGB
CMYK
RGB Variations
Color information
#FB5EC6 (or 0xFB5EC6) is known color: Neon Pink. HEX triplet: FB, 5E and C6. RGB value is (251,94,198). Sum of RGB (Red+Green+Blue) = 251+94+198=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC6 is #04A139. Grayscale: #989898. Windows color (decimal): -303418 or 13000443. OLE color: 13000443.
HSL color Cylindrical-coordinate representation of color #FB5EC6: hue angle of 320.25º 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 #FB5EC6 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 198 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.02 |
| HSL | 320.25º | 0.95% | 0.68% | - |
| HSV(B) | 320.25º | 0.63% | 0.98% | - |
| XYZ | 53.98 | 32.59 | 56.87 | - |
| YUV | 152.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 198 | 0 | 0.63 | 0.21 | 0.02 | 320.25 | 0.95 | 0.68 |
| Hex | FB | 5E | C6 | 0 | 3F | 15 | 2 | 140 | 5F | 44 |
| Octal | 373 | 136 | 306 | 0 | 77 | 25 | 2 | 500 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11000110 | 0 | 111111 | 10101 | 10 | 101000000 | 1011111 | 1000100 |
Color Harmonies of #FB5EC6
Complementary color
Monochromatic Colors of #FB5EC6
Black with #FB5EC6
Text Example
Text Example
White with #FB5EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EC6; }
p { color: rgb(251,94,198); }
H1.HeaderClassName
{
color: #FB5EC6;
}
.AnyTagClassName
{
color: #FB5EC6;
}
</style>
background-color css
<style>
a { background-color: #FB5EC6; }
a { background-color: rgb(251,94,198); }
div.DivClassName
{
background-color: #FB5EC6;
}
.BgClassName
{
background-color: #FB5EC6;
}
</style>
border-color css
<style>
span { border-color: #FB5EC6; }
span { border-color: rgb(251,94,198); }
td.TdClassName
{
border-color: #FB5EC6;
}
.TagClassName
{
border-color: #FB5EC6;
}
</style>