Shades of Neon Blue #5E45FB
Tints of Neon Blue #5E45FB
RGB
CMYK
RGB Variations
Color information
#5E45FB (or 0x5E45FB) is known color: Neon Blue. HEX triplet: 5E, 45 and FB. RGB value is (94,69,251). Sum of RGB (Red+Green+Blue) = 94+69+251=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E45FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E45FB is #A1BA04. Grayscale: #606060. Windows color (decimal): -10598917 or 16467294. OLE color: 16467294.
HSL color Cylindrical-coordinate representation of color #5E45FB: hue angle of 248.24º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E45FB is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 69 | 251 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.02 |
| HSL | 248.24º | 0.96% | 0.63% | - |
| HSV(B) | 248.24º | 0.73% | 0.98% | - |
| XYZ | 24.16 | 13.6 | 92.62 | - |
| YUV | 97.22 | 214.78 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 251 | 0.63 | 0.73 | 0 | 0.02 | 248.24 | 0.96 | 0.63 |
| Hex | 5E | 45 | FB | 3F | 49 | 0 | 2 | F8 | 60 | 3F |
| Octal | 136 | 105 | 373 | 77 | 111 | 0 | 2 | 370 | 140 | 77 |
| Binary | 1011110 | 1000101 | 11111011 | 111111 | 1001001 | 0 | 10 | 11111000 | 1100000 | 111111 |
Color Harmonies of #5E45FB
Complementary color
Monochromatic Colors of #5E45FB
Black with #5E45FB
Text Example
Text Example
White with #5E45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E45FB; }
p { color: rgb(94,69,251); }
H1.HeaderClassName
{
color: #5E45FB;
}
.AnyTagClassName
{
color: #5E45FB;
}
</style>
background-color css
<style>
a { background-color: #5E45FB; }
a { background-color: rgb(94,69,251); }
div.DivClassName
{
background-color: #5E45FB;
}
.BgClassName
{
background-color: #5E45FB;
}
</style>
border-color css
<style>
span { border-color: #5E45FB; }
span { border-color: rgb(94,69,251); }
td.TdClassName
{
border-color: #5E45FB;
}
.TagClassName
{
border-color: #5E45FB;
}
</style>