Shades of Neon Blue #5D4CFA
Tints of Neon Blue #5D4CFA
RGB
CMYK
RGB Variations
Color information
#5D4CFA (or 0x5D4CFA) is known color: Neon Blue. HEX triplet: 5D, 4C and FA. RGB value is (93,76,250). Sum of RGB (Red+Green+Blue) = 93+76+250=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D4CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4CFA is #A2B305. Grayscale: #646464. Windows color (decimal): -10662662 or 16403549. OLE color: 16403549.
HSL color Cylindrical-coordinate representation of color #5D4CFA: hue angle of 245.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D4CFA is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 76 | 250 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.02 |
| HSL | 245.86º | 0.95% | 0.64% | - |
| HSV(B) | 245.86º | 0.7% | 0.98% | - |
| XYZ | 24.35 | 14.4 | 91.94 | - |
| YUV | 100.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 250 | 0.63 | 0.70 | 0 | 0.02 | 245.86 | 0.95 | 0.64 |
| Hex | 5D | 4C | FA | 3F | 46 | 0 | 2 | F6 | 5F | 40 |
| Octal | 135 | 114 | 372 | 77 | 106 | 0 | 2 | 366 | 137 | 100 |
| Binary | 1011101 | 1001100 | 11111010 | 111111 | 1000110 | 0 | 10 | 11110110 | 1011111 | 1000000 |
Color Harmonies of #5D4CFA
Complementary color
Monochromatic Colors of #5D4CFA
Black with #5D4CFA
Text Example
Text Example
White with #5D4CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CFA; }
p { color: rgb(93,76,250); }
H1.HeaderClassName
{
color: #5D4CFA;
}
.AnyTagClassName
{
color: #5D4CFA;
}
</style>
background-color css
<style>
a { background-color: #5D4CFA; }
a { background-color: rgb(93,76,250); }
div.DivClassName
{
background-color: #5D4CFA;
}
.BgClassName
{
background-color: #5D4CFA;
}
</style>
border-color css
<style>
span { border-color: #5D4CFA; }
span { border-color: rgb(93,76,250); }
td.TdClassName
{
border-color: #5D4CFA;
}
.TagClassName
{
border-color: #5D4CFA;
}
</style>