Shades of Neon Blue #5E6BFE
Tints of Neon Blue #5E6BFE
RGB
CMYK
RGB Variations
Color information
#5E6BFE (or 0x5E6BFE) is known color: Neon Blue. HEX triplet: 5E, 6B and FE. RGB value is (94,107,254). Sum of RGB (Red+Green+Blue) = 94+107+254=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6BFE is #A19401. Grayscale: #777777. Windows color (decimal): -10589186 or 16673630. OLE color: 16673630.
HSL color Cylindrical-coordinate representation of color #5E6BFE: hue angle of 235.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E6BFE is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 107 | 254 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.00 |
| HSL | 235.13º | 0.99% | 0.68% | - |
| HSV(B) | 235.13º | 0.63% | 1% | - |
| XYZ | 27.76 | 20.05 | 96.17 | - |
| YUV | 119.87 | 203.69 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 254 | 0.63 | 0.58 | 0 | 0.00 | 235.13 | 0.99 | 0.68 |
| Hex | 5E | 6B | FE | 3F | 3A | 0 | 0 | EB | 63 | 44 |
| Octal | 136 | 153 | 376 | 77 | 72 | 0 | 0 | 353 | 143 | 104 |
| Binary | 1011110 | 1101011 | 11111110 | 111111 | 111010 | 0 | 0 | 11101011 | 1100011 | 1000100 |
Color Harmonies of #5E6BFE
Complementary color
Monochromatic Colors of #5E6BFE
Black with #5E6BFE
Text Example
Text Example
White with #5E6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6BFE; }
p { color: rgb(94,107,254); }
H1.HeaderClassName
{
color: #5E6BFE;
}
.AnyTagClassName
{
color: #5E6BFE;
}
</style>
background-color css
<style>
a { background-color: #5E6BFE; }
a { background-color: rgb(94,107,254); }
div.DivClassName
{
background-color: #5E6BFE;
}
.BgClassName
{
background-color: #5E6BFE;
}
</style>
border-color css
<style>
span { border-color: #5E6BFE; }
span { border-color: rgb(94,107,254); }
td.TdClassName
{
border-color: #5E6BFE;
}
.TagClassName
{
border-color: #5E6BFE;
}
</style>