Shades of Neon Blue #5E55FB
Tints of Neon Blue #5E55FB
RGB
CMYK
RGB Variations
Color information
#5E55FB (or 0x5E55FB) is known color: Neon Blue. HEX triplet: 5E, 55 and FB. RGB value is (94,85,251). Sum of RGB (Red+Green+Blue) = 94+85+251=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E55FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E55FB is #A1AA04. Grayscale: #696969. Windows color (decimal): -10594821 or 16471390. OLE color: 16471390.
HSL color Cylindrical-coordinate representation of color #5E55FB: hue angle of 243.25º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E55FB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 85 | 251 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.02 |
| HSL | 243.25º | 0.95% | 0.66% | - |
| HSV(B) | 243.25º | 0.66% | 0.98% | - |
| XYZ | 25.28 | 15.84 | 92.99 | - |
| YUV | 106.62 | 209.48 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 251 | 0.63 | 0.66 | 0 | 0.02 | 243.25 | 0.95 | 0.66 |
| Hex | 5E | 55 | FB | 3F | 42 | 0 | 2 | F3 | 5F | 42 |
| Octal | 136 | 125 | 373 | 77 | 102 | 0 | 2 | 363 | 137 | 102 |
| Binary | 1011110 | 1010101 | 11111011 | 111111 | 1000010 | 0 | 10 | 11110011 | 1011111 | 1000010 |
Color Harmonies of #5E55FB
Complementary color
Monochromatic Colors of #5E55FB
Black with #5E55FB
Text Example
Text Example
White with #5E55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55FB; }
p { color: rgb(94,85,251); }
H1.HeaderClassName
{
color: #5E55FB;
}
.AnyTagClassName
{
color: #5E55FB;
}
</style>
background-color css
<style>
a { background-color: #5E55FB; }
a { background-color: rgb(94,85,251); }
div.DivClassName
{
background-color: #5E55FB;
}
.BgClassName
{
background-color: #5E55FB;
}
</style>
border-color css
<style>
span { border-color: #5E55FB; }
span { border-color: rgb(94,85,251); }
td.TdClassName
{
border-color: #5E55FB;
}
.TagClassName
{
border-color: #5E55FB;
}
</style>