Shades of Neon Blue #393DED
Tints of Neon Blue #393DED
RGB
CMYK
RGB Variations
Color information
#393DED (or 0x393DED) is known color: Neon Blue. HEX triplet: 39, 3D and ED. RGB value is (57,61,237). Sum of RGB (Red+Green+Blue) = 57+61+237=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #393DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393DED is #C6C212. Grayscale: #4F4F4F. Windows color (decimal): -13025811 or 15547705. OLE color: 15547705.
HSL color Cylindrical-coordinate representation of color #393DED: hue angle of 238.67º 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 #393DED is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 61 | 237 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.07 |
| HSL | 238.67º | 0.83% | 0.58% | - |
| HSV(B) | 238.67º | 0.76% | 0.93% | - |
| XYZ | 18.64 | 10.32 | 81.13 | - |
| YUV | 79.87 | 216.67 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 237 | 0.76 | 0.74 | 0 | 0.07 | 238.67 | 0.83 | 0.58 |
| Hex | 39 | 3D | ED | 4C | 4A | 0 | 7 | EF | 53 | 3A |
| Octal | 71 | 75 | 355 | 114 | 112 | 0 | 7 | 357 | 123 | 72 |
| Binary | 111001 | 111101 | 11101101 | 1001100 | 1001010 | 0 | 111 | 11101111 | 1010011 | 111010 |
Color Harmonies of #393DED
Complementary color
Monochromatic Colors of #393DED
Black with #393DED
Text Example
Text Example
White with #393DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393DED; }
p { color: rgb(57,61,237); }
H1.HeaderClassName
{
color: #393DED;
}
.AnyTagClassName
{
color: #393DED;
}
</style>
background-color css
<style>
a { background-color: #393DED; }
a { background-color: rgb(57,61,237); }
div.DivClassName
{
background-color: #393DED;
}
.BgClassName
{
background-color: #393DED;
}
</style>
border-color css
<style>
span { border-color: #393DED; }
span { border-color: rgb(57,61,237); }
td.TdClassName
{
border-color: #393DED;
}
.TagClassName
{
border-color: #393DED;
}
</style>