Shades of Neon Blue #5D4EFC
Tints of Neon Blue #5D4EFC
RGB
CMYK
RGB Variations
Color information
#5D4EFC (or 0x5D4EFC) is known color: Neon Blue. HEX triplet: 5D, 4E and FC. RGB value is (93,78,252). Sum of RGB (Red+Green+Blue) = 93+78+252=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D4EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4EFC is #A2B103. Grayscale: #656565. Windows color (decimal): -10662148 or 16535133. OLE color: 16535133.
HSL color Cylindrical-coordinate representation of color #5D4EFC: hue angle of 245.17º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D4EFC is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 78 | 252 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.01 |
| HSL | 245.17º | 0.97% | 0.65% | - |
| HSV(B) | 245.17º | 0.69% | 0.99% | - |
| XYZ | 24.81 | 14.8 | 93.65 | - |
| YUV | 102.32 | 212.47 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 252 | 0.63 | 0.69 | 0 | 0.01 | 245.17 | 0.97 | 0.65 |
| Hex | 5D | 4E | FC | 3F | 45 | 0 | 1 | F5 | 61 | 41 |
| Octal | 135 | 116 | 374 | 77 | 105 | 0 | 1 | 365 | 141 | 101 |
| Binary | 1011101 | 1001110 | 11111100 | 111111 | 1000101 | 0 | 1 | 11110101 | 1100001 | 1000001 |
Color Harmonies of #5D4EFC
Complementary color
Monochromatic Colors of #5D4EFC
Black with #5D4EFC
Text Example
Text Example
White with #5D4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4EFC; }
p { color: rgb(93,78,252); }
H1.HeaderClassName
{
color: #5D4EFC;
}
.AnyTagClassName
{
color: #5D4EFC;
}
</style>
background-color css
<style>
a { background-color: #5D4EFC; }
a { background-color: rgb(93,78,252); }
div.DivClassName
{
background-color: #5D4EFC;
}
.BgClassName
{
background-color: #5D4EFC;
}
</style>
border-color css
<style>
span { border-color: #5D4EFC; }
span { border-color: rgb(93,78,252); }
td.TdClassName
{
border-color: #5D4EFC;
}
.TagClassName
{
border-color: #5D4EFC;
}
</style>