Shades of Neon Blue #5E63FE
Tints of Neon Blue #5E63FE
RGB
CMYK
RGB Variations
Color information
#5E63FE (or 0x5E63FE) is known color: Neon Blue. HEX triplet: 5E, 63 and FE. RGB value is (94,99,254). Sum of RGB (Red+Green+Blue) = 94+99+254=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E63FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E63FE is #A19C01. Grayscale: #727272. Windows color (decimal): -10591234 or 16671582. OLE color: 16671582.
HSL color Cylindrical-coordinate representation of color #5E63FE: hue angle of 238.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 #5E63FE is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 99 | 254 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.00 |
| HSL | 238.13º | 0.99% | 0.68% | - |
| HSV(B) | 238.13º | 0.63% | 1% | - |
| XYZ | 26.97 | 18.46 | 95.91 | - |
| YUV | 115.18 | 206.34 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 254 | 0.63 | 0.61 | 0 | 0.00 | 238.13 | 0.99 | 0.68 |
| Hex | 5E | 63 | FE | 3F | 3D | 0 | 0 | EE | 63 | 44 |
| Octal | 136 | 143 | 376 | 77 | 75 | 0 | 0 | 356 | 143 | 104 |
| Binary | 1011110 | 1100011 | 11111110 | 111111 | 111101 | 0 | 0 | 11101110 | 1100011 | 1000100 |
Color Harmonies of #5E63FE
Complementary color
Monochromatic Colors of #5E63FE
Black with #5E63FE
Text Example
Text Example
White with #5E63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E63FE; }
p { color: rgb(94,99,254); }
H1.HeaderClassName
{
color: #5E63FE;
}
.AnyTagClassName
{
color: #5E63FE;
}
</style>
background-color css
<style>
a { background-color: #5E63FE; }
a { background-color: rgb(94,99,254); }
div.DivClassName
{
background-color: #5E63FE;
}
.BgClassName
{
background-color: #5E63FE;
}
</style>
border-color css
<style>
span { border-color: #5E63FE; }
span { border-color: rgb(94,99,254); }
td.TdClassName
{
border-color: #5E63FE;
}
.TagClassName
{
border-color: #5E63FE;
}
</style>