Shades of Neon Blue #5D4AFE
Tints of Neon Blue #5D4AFE
RGB
CMYK
RGB Variations
Color information
#5D4AFE (or 0x5D4AFE) is known color: Neon Blue. HEX triplet: 5D, 4A and FE. RGB value is (93,74,254). Sum of RGB (Red+Green+Blue) = 93+74+254=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D4AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4AFE is #A2B501. Grayscale: #636363. Windows color (decimal): -10663170 or 16665181. OLE color: 16665181.
HSL color Cylindrical-coordinate representation of color #5D4AFE: hue angle of 246.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D4AFE is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 74 | 254 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.00 |
| HSL | 246.33º | 0.99% | 0.64% | - |
| HSV(B) | 246.33º | 0.71% | 1% | - |
| XYZ | 24.85 | 14.38 | 95.23 | - |
| YUV | 100.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 254 | 0.63 | 0.71 | 0 | 0.00 | 246.33 | 0.99 | 0.64 |
| Hex | 5D | 4A | FE | 3F | 47 | 0 | 0 | F6 | 63 | 40 |
| Octal | 135 | 112 | 376 | 77 | 107 | 0 | 0 | 366 | 143 | 100 |
| Binary | 1011101 | 1001010 | 11111110 | 111111 | 1000111 | 0 | 0 | 11110110 | 1100011 | 1000000 |
Color Harmonies of #5D4AFE
Complementary color
Monochromatic Colors of #5D4AFE
Black with #5D4AFE
Text Example
Text Example
White with #5D4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4AFE; }
p { color: rgb(93,74,254); }
H1.HeaderClassName
{
color: #5D4AFE;
}
.AnyTagClassName
{
color: #5D4AFE;
}
</style>
background-color css
<style>
a { background-color: #5D4AFE; }
a { background-color: rgb(93,74,254); }
div.DivClassName
{
background-color: #5D4AFE;
}
.BgClassName
{
background-color: #5D4AFE;
}
</style>
border-color css
<style>
span { border-color: #5D4AFE; }
span { border-color: rgb(93,74,254); }
td.TdClassName
{
border-color: #5D4AFE;
}
.TagClassName
{
border-color: #5D4AFE;
}
</style>