Shades of Neon Blue #393BED
Tints of Neon Blue #393BED
RGB
CMYK
RGB Variations
Color information
#393BED (or 0x393BED) is known color: Neon Blue. HEX triplet: 39, 3B and ED. RGB value is (57,59,237). Sum of RGB (Red+Green+Blue) = 57+59+237=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #393BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393BED is #C6C412. Grayscale: #4D4D4D. Windows color (decimal): -13026323 or 15547193. OLE color: 15547193.
HSL color Cylindrical-coordinate representation of color #393BED: hue angle of 239.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393BED is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 59 | 237 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.07 |
| HSL | 239.33º | 0.83% | 0.58% | - |
| HSV(B) | 239.33º | 0.76% | 0.93% | - |
| XYZ | 18.54 | 10.11 | 81.1 | - |
| YUV | 78.69 | 217.34 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 237 | 0.76 | 0.75 | 0 | 0.07 | 239.33 | 0.83 | 0.58 |
| Hex | 39 | 3B | ED | 4C | 4B | 0 | 7 | EF | 53 | 3A |
| Octal | 71 | 73 | 355 | 114 | 113 | 0 | 7 | 357 | 123 | 72 |
| Binary | 111001 | 111011 | 11101101 | 1001100 | 1001011 | 0 | 111 | 11101111 | 1010011 | 111010 |
Color Harmonies of #393BED
Complementary color
Monochromatic Colors of #393BED
Black with #393BED
Text Example
Text Example
White with #393BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393BED; }
p { color: rgb(57,59,237); }
H1.HeaderClassName
{
color: #393BED;
}
.AnyTagClassName
{
color: #393BED;
}
</style>
background-color css
<style>
a { background-color: #393BED; }
a { background-color: rgb(57,59,237); }
div.DivClassName
{
background-color: #393BED;
}
.BgClassName
{
background-color: #393BED;
}
</style>
border-color css
<style>
span { border-color: #393BED; }
span { border-color: rgb(57,59,237); }
td.TdClassName
{
border-color: #393BED;
}
.TagClassName
{
border-color: #393BED;
}
</style>