Shades of Neon Blue #5D4FF9
Tints of Neon Blue #5D4FF9
RGB
CMYK
RGB Variations
Color information
#5D4FF9 (or 0x5D4FF9) is known color: Neon Blue. HEX triplet: 5D, 4F and F9. RGB value is (93,79,249). Sum of RGB (Red+Green+Blue) = 93+79+249=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 249 (97.66% from 255 or 59.14% from 421); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D4FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4FF9 is #A2B006. Grayscale: #656565. Windows color (decimal): -10661895 or 16338781. OLE color: 16338781.
HSL color Cylindrical-coordinate representation of color #5D4FF9: hue angle of 244.94º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D4FF9 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 79 | 249 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.02 |
| HSL | 244.94º | 0.93% | 0.64% | - |
| HSV(B) | 244.94º | 0.68% | 0.98% | - |
| XYZ | 24.41 | 14.76 | 91.18 | - |
| YUV | 102.57 | 210.64 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 249 | 0.63 | 0.68 | 0 | 0.02 | 244.94 | 0.93 | 0.64 |
| Hex | 5D | 4F | F9 | 3F | 44 | 0 | 2 | F5 | 5D | 40 |
| Octal | 135 | 117 | 371 | 77 | 104 | 0 | 2 | 365 | 135 | 100 |
| Binary | 1011101 | 1001111 | 11111001 | 111111 | 1000100 | 0 | 10 | 11110101 | 1011101 | 1000000 |
Color Harmonies of #5D4FF9
Complementary color
Monochromatic Colors of #5D4FF9
Black with #5D4FF9
Text Example
Text Example
White with #5D4FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FF9; }
p { color: rgb(93,79,249); }
H1.HeaderClassName
{
color: #5D4FF9;
}
.AnyTagClassName
{
color: #5D4FF9;
}
</style>
background-color css
<style>
a { background-color: #5D4FF9; }
a { background-color: rgb(93,79,249); }
div.DivClassName
{
background-color: #5D4FF9;
}
.BgClassName
{
background-color: #5D4FF9;
}
</style>
border-color css
<style>
span { border-color: #5D4FF9; }
span { border-color: rgb(93,79,249); }
td.TdClassName
{
border-color: #5D4FF9;
}
.TagClassName
{
border-color: #5D4FF9;
}
</style>