Shades of Neon Pink #FB5EC7
Tints of Neon Pink #FB5EC7
RGB
CMYK
RGB Variations
Color information
#FB5EC7 (or 0xFB5EC7) is known color: Neon Pink. HEX triplet: FB, 5E and C7. RGB value is (251,94,199). Sum of RGB (Red+Green+Blue) = 251+94+199=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC7 is #04A138. Grayscale: #989898. Windows color (decimal): -303417 or 13065979. OLE color: 13065979.
HSL color Cylindrical-coordinate representation of color #FB5EC7: hue angle of 319.87º 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 #FB5EC7 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 199 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.02 |
| HSL | 319.87º | 0.95% | 0.68% | - |
| HSV(B) | 319.87º | 0.63% | 0.98% | - |
| XYZ | 54.1 | 32.64 | 57.48 | - |
| YUV | 152.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 199 | 0 | 0.63 | 0.21 | 0.02 | 319.87 | 0.95 | 0.68 |
| Hex | FB | 5E | C7 | 0 | 3F | 15 | 2 | 140 | 5F | 44 |
| Octal | 373 | 136 | 307 | 0 | 77 | 25 | 2 | 500 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11000111 | 0 | 111111 | 10101 | 10 | 101000000 | 1011111 | 1000100 |
Color Harmonies of #FB5EC7
Complementary color
Monochromatic Colors of #FB5EC7
Black with #FB5EC7
Text Example
Text Example
White with #FB5EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EC7; }
p { color: rgb(251,94,199); }
H1.HeaderClassName
{
color: #FB5EC7;
}
.AnyTagClassName
{
color: #FB5EC7;
}
</style>
background-color css
<style>
a { background-color: #FB5EC7; }
a { background-color: rgb(251,94,199); }
div.DivClassName
{
background-color: #FB5EC7;
}
.BgClassName
{
background-color: #FB5EC7;
}
</style>
border-color css
<style>
span { border-color: #FB5EC7; }
span { border-color: rgb(251,94,199); }
td.TdClassName
{
border-color: #FB5EC7;
}
.TagClassName
{
border-color: #FB5EC7;
}
</style>