Shades of Neon Blue #5E4BFD
Tints of Neon Blue #5E4BFD
RGB
CMYK
RGB Variations
Color information
#5E4BFD (or 0x5E4BFD) is known color: Neon Blue. HEX triplet: 5E, 4B and FD. RGB value is (94,75,253). Sum of RGB (Red+Green+Blue) = 94+75+253=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E4BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4BFD is #A1B402. Grayscale: #646464. Windows color (decimal): -10597379 or 16599902. OLE color: 16599902.
HSL color Cylindrical-coordinate representation of color #5E4BFD: hue angle of 246.4º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E4BFD is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 75 | 253 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.01 |
| HSL | 246.4º | 0.98% | 0.64% | - |
| HSV(B) | 246.4º | 0.7% | 0.99% | - |
| XYZ | 24.86 | 14.5 | 94.42 | - |
| YUV | 100.97 | 213.79 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 253 | 0.63 | 0.70 | 0 | 0.01 | 246.4 | 0.98 | 0.64 |
| Hex | 5E | 4B | FD | 3F | 46 | 0 | 1 | F6 | 62 | 40 |
| Octal | 136 | 113 | 375 | 77 | 106 | 0 | 1 | 366 | 142 | 100 |
| Binary | 1011110 | 1001011 | 11111101 | 111111 | 1000110 | 0 | 1 | 11110110 | 1100010 | 1000000 |
Color Harmonies of #5E4BFD
Complementary color
Monochromatic Colors of #5E4BFD
Black with #5E4BFD
Text Example
Text Example
White with #5E4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4BFD; }
p { color: rgb(94,75,253); }
H1.HeaderClassName
{
color: #5E4BFD;
}
.AnyTagClassName
{
color: #5E4BFD;
}
</style>
background-color css
<style>
a { background-color: #5E4BFD; }
a { background-color: rgb(94,75,253); }
div.DivClassName
{
background-color: #5E4BFD;
}
.BgClassName
{
background-color: #5E4BFD;
}
</style>
border-color css
<style>
span { border-color: #5E4BFD; }
span { border-color: rgb(94,75,253); }
td.TdClassName
{
border-color: #5E4BFD;
}
.TagClassName
{
border-color: #5E4BFD;
}
</style>