Shades of Neon Blue #5D4AFD
Tints of Neon Blue #5D4AFD
RGB
CMYK
RGB Variations
Color information
#5D4AFD (or 0x5D4AFD) is known color: Neon Blue. HEX triplet: 5D, 4A and FD. RGB value is (93,74,253). Sum of RGB (Red+Green+Blue) = 93+74+253=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D4AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4AFD is #A2B502. Grayscale: #636363. Windows color (decimal): -10663171 or 16599645. OLE color: 16599645.
HSL color Cylindrical-coordinate representation of color #5D4AFD: hue angle of 246.37º degrees, saturation: 0.98, 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 #5D4AFD is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 74 | 253 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.01 |
| HSL | 246.37º | 0.98% | 0.64% | - |
| HSV(B) | 246.37º | 0.71% | 0.99% | - |
| XYZ | 24.69 | 14.32 | 94.39 | - |
| YUV | 100.09 | 214.29 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 253 | 0.63 | 0.71 | 0 | 0.01 | 246.37 | 0.98 | 0.64 |
| Hex | 5D | 4A | FD | 3F | 47 | 0 | 1 | F6 | 62 | 40 |
| Octal | 135 | 112 | 375 | 77 | 107 | 0 | 1 | 366 | 142 | 100 |
| Binary | 1011101 | 1001010 | 11111101 | 111111 | 1000111 | 0 | 1 | 11110110 | 1100010 | 1000000 |
Color Harmonies of #5D4AFD
Complementary color
Monochromatic Colors of #5D4AFD
Black with #5D4AFD
Text Example
Text Example
White with #5D4AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4AFD; }
p { color: rgb(93,74,253); }
H1.HeaderClassName
{
color: #5D4AFD;
}
.AnyTagClassName
{
color: #5D4AFD;
}
</style>
background-color css
<style>
a { background-color: #5D4AFD; }
a { background-color: rgb(93,74,253); }
div.DivClassName
{
background-color: #5D4AFD;
}
.BgClassName
{
background-color: #5D4AFD;
}
</style>
border-color css
<style>
span { border-color: #5D4AFD; }
span { border-color: rgb(93,74,253); }
td.TdClassName
{
border-color: #5D4AFD;
}
.TagClassName
{
border-color: #5D4AFD;
}
</style>