Shades of Neon Blue #5E4AFC
Tints of Neon Blue #5E4AFC
RGB
CMYK
RGB Variations
Color information
#5E4AFC (or 0x5E4AFC) is known color: Neon Blue. HEX triplet: 5E, 4A and FC. RGB value is (94,74,252). Sum of RGB (Red+Green+Blue) = 94+74+252=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E4AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4AFC is #A1B503. Grayscale: #636363. Windows color (decimal): -10597636 or 16534110. OLE color: 16534110.
HSL color Cylindrical-coordinate representation of color #5E4AFC: hue angle of 246.74º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E4AFC is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 74 | 252 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.01 |
| HSL | 246.74º | 0.97% | 0.64% | - |
| HSV(B) | 246.74º | 0.71% | 0.99% | - |
| XYZ | 24.64 | 14.31 | 93.56 | - |
| YUV | 100.27 | 213.63 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 252 | 0.63 | 0.71 | 0 | 0.01 | 246.74 | 0.97 | 0.64 |
| Hex | 5E | 4A | FC | 3F | 47 | 0 | 1 | F7 | 61 | 40 |
| Octal | 136 | 112 | 374 | 77 | 107 | 0 | 1 | 367 | 141 | 100 |
| Binary | 1011110 | 1001010 | 11111100 | 111111 | 1000111 | 0 | 1 | 11110111 | 1100001 | 1000000 |
Color Harmonies of #5E4AFC
Complementary color
Monochromatic Colors of #5E4AFC
Black with #5E4AFC
Text Example
Text Example
White with #5E4AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4AFC; }
p { color: rgb(94,74,252); }
H1.HeaderClassName
{
color: #5E4AFC;
}
.AnyTagClassName
{
color: #5E4AFC;
}
</style>
background-color css
<style>
a { background-color: #5E4AFC; }
a { background-color: rgb(94,74,252); }
div.DivClassName
{
background-color: #5E4AFC;
}
.BgClassName
{
background-color: #5E4AFC;
}
</style>
border-color css
<style>
span { border-color: #5E4AFC; }
span { border-color: rgb(94,74,252); }
td.TdClassName
{
border-color: #5E4AFC;
}
.TagClassName
{
border-color: #5E4AFC;
}
</style>