Shades of Neon Blue #5D39F9
Tints of Neon Blue #5D39F9
RGB
CMYK
RGB Variations
Color information
#5D39F9 (or 0x5D39F9) is known color: Neon Blue. HEX triplet: 5D, 39 and F9. RGB value is (93,57,249). Sum of RGB (Red+Green+Blue) = 93+57+249=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D39F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D39F9 is #A2C606. Grayscale: #585858. Windows color (decimal): -10667527 or 16333149. OLE color: 16333149.
HSL color Cylindrical-coordinate representation of color #5D39F9: hue angle of 251.25º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D39F9 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 57 | 249 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.02 |
| HSL | 251.25º | 0.94% | 0.6% | - |
| HSV(B) | 251.25º | 0.77% | 0.98% | - |
| XYZ | 23.08 | 12.09 | 90.74 | - |
| YUV | 89.65 | 217.93 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 249 | 0.63 | 0.77 | 0 | 0.02 | 251.25 | 0.94 | 0.6 |
| Hex | 5D | 39 | F9 | 3F | 4D | 0 | 2 | FB | 5E | 3C |
| Octal | 135 | 71 | 371 | 77 | 115 | 0 | 2 | 373 | 136 | 74 |
| Binary | 1011101 | 111001 | 11111001 | 111111 | 1001101 | 0 | 10 | 11111011 | 1011110 | 111100 |
Color Harmonies of #5D39F9
Complementary color
Monochromatic Colors of #5D39F9
Black with #5D39F9
Text Example
Text Example
White with #5D39F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D39F9; }
p { color: rgb(93,57,249); }
H1.HeaderClassName
{
color: #5D39F9;
}
.AnyTagClassName
{
color: #5D39F9;
}
</style>
background-color css
<style>
a { background-color: #5D39F9; }
a { background-color: rgb(93,57,249); }
div.DivClassName
{
background-color: #5D39F9;
}
.BgClassName
{
background-color: #5D39F9;
}
</style>
border-color css
<style>
span { border-color: #5D39F9; }
span { border-color: rgb(93,57,249); }
td.TdClassName
{
border-color: #5D39F9;
}
.TagClassName
{
border-color: #5D39F9;
}
</style>