Shades of Neon Blue #5E54FB
Tints of Neon Blue #5E54FB
RGB
CMYK
RGB Variations
Color information
#5E54FB (or 0x5E54FB) is known color: Neon Blue. HEX triplet: 5E, 54 and FB. RGB value is (94,84,251). Sum of RGB (Red+Green+Blue) = 94+84+251=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E54FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E54FB is #A1AB04. Grayscale: #696969. Windows color (decimal): -10595077 or 16471134. OLE color: 16471134.
HSL color Cylindrical-coordinate representation of color #5E54FB: hue angle of 243.59º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E54FB is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 94 | 84 | 251 | - |
CMYK | 0.63 | 0.67 | 0 | 0.02 |
HSL | 243.59º | 0.95% | 0.66% | - |
HSV(B) | 243.59º | 0.67% | 0.98% | - |
XYZ | 25.2 | 15.69 | 92.97 | - |
YUV | 106.03 | 209.81 | 119.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 84 | 251 | 0.63 | 0.67 | 0 | 0.02 | 243.59 | 0.95 | 0.66 |
Hex | 5E | 54 | FB | 3F | 43 | 0 | 2 | F4 | 5F | 42 |
Octal | 136 | 124 | 373 | 77 | 103 | 0 | 2 | 364 | 137 | 102 |
Binary | 1011110 | 1010100 | 11111011 | 111111 | 1000011 | 0 | 10 | 11110100 | 1011111 | 1000010 |
Color Harmonies of #5E54FB
Complementary color
Monochromatic Colors of #5E54FB
Black with #5E54FB
Text Example
Text Example
White with #5E54FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E54FB; }
p { color: rgb(94,84,251); }
H1.HeaderClassName
{
color: #5E54FB;
}
.AnyTagClassName
{
color: #5E54FB;
}
</style>
background-color css
<style>
a { background-color: #5E54FB; }
a { background-color: rgb(94,84,251); }
div.DivClassName
{
background-color: #5E54FB;
}
.BgClassName
{
background-color: #5E54FB;
}
</style>
border-color css
<style>
span { border-color: #5E54FB; }
span { border-color: rgb(94,84,251); }
td.TdClassName
{
border-color: #5E54FB;
}
.TagClassName
{
border-color: #5E54FB;
}
</style>