Shades of Neon Blue #5D4EF3
Tints of Neon Blue #5D4EF3
RGB
CMYK
RGB Variations
Color information
#5D4EF3 (or 0x5D4EF3) is known color: Neon Blue. HEX triplet: 5D, 4E and F3. RGB value is (93,78,243). Sum of RGB (Red+Green+Blue) = 93+78+243=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 243 (95.31% from 255 or 58.70% from 414); Max value from RGB is 243 - color contains mainly: blue. Hex color #5D4EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4EF3 is #A2B10C. Grayscale: #646464. Windows color (decimal): -10662157 or 15945309. OLE color: 15945309.
HSL color Cylindrical-coordinate representation of color #5D4EF3: hue angle of 245.45º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D4EF3 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 78 | 243 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.05 |
| HSL | 245.45º | 0.87% | 0.63% | - |
| HSV(B) | 245.45º | 0.68% | 0.95% | - |
| XYZ | 23.42 | 14.25 | 86.31 | - |
| YUV | 101.3 | 207.97 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 243 | 0.62 | 0.68 | 0 | 0.05 | 245.45 | 0.87 | 0.63 |
| Hex | 5D | 4E | F3 | 3E | 44 | 0 | 5 | F5 | 57 | 3F |
| Octal | 135 | 116 | 363 | 76 | 104 | 0 | 5 | 365 | 127 | 77 |
| Binary | 1011101 | 1001110 | 11110011 | 111110 | 1000100 | 0 | 101 | 11110101 | 1010111 | 111111 |
Color Harmonies of #5D4EF3
Complementary color
Monochromatic Colors of #5D4EF3
Black with #5D4EF3
Text Example
Text Example
White with #5D4EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4EF3; }
p { color: rgb(93,78,243); }
H1.HeaderClassName
{
color: #5D4EF3;
}
.AnyTagClassName
{
color: #5D4EF3;
}
</style>
background-color css
<style>
a { background-color: #5D4EF3; }
a { background-color: rgb(93,78,243); }
div.DivClassName
{
background-color: #5D4EF3;
}
.BgClassName
{
background-color: #5D4EF3;
}
</style>
border-color css
<style>
span { border-color: #5D4EF3; }
span { border-color: rgb(93,78,243); }
td.TdClassName
{
border-color: #5D4EF3;
}
.TagClassName
{
border-color: #5D4EF3;
}
</style>