Shades of Neon Blue #393CED
Tints of Neon Blue #393CED
RGB
CMYK
RGB Variations
Color information
#393CED (or 0x393CED) is known color: Neon Blue. HEX triplet: 39, 3C and ED. RGB value is (57,60,237). Sum of RGB (Red+Green+Blue) = 57+60+237=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #393CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CED is #C6C312. Grayscale: #4E4E4E. Windows color (decimal): -13026067 or 15547449. OLE color: 15547449.
HSL color Cylindrical-coordinate representation of color #393CED: hue angle of 239º 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 #393CED is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 60 | 237 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.07 |
| HSL | 239º | 0.83% | 0.58% | - |
| HSV(B) | 239º | 0.76% | 0.93% | - |
| XYZ | 18.59 | 10.22 | 81.11 | - |
| YUV | 79.28 | 217.01 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 237 | 0.76 | 0.75 | 0 | 0.07 | 239 | 0.83 | 0.58 |
| Hex | 39 | 3C | ED | 4C | 4B | 0 | 7 | EF | 53 | 3A |
| Octal | 71 | 74 | 355 | 114 | 113 | 0 | 7 | 357 | 123 | 72 |
| Binary | 111001 | 111100 | 11101101 | 1001100 | 1001011 | 0 | 111 | 11101111 | 1010011 | 111010 |
Color Harmonies of #393CED
Complementary color
Monochromatic Colors of #393CED
Black with #393CED
Text Example
Text Example
White with #393CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CED; }
p { color: rgb(57,60,237); }
H1.HeaderClassName
{
color: #393CED;
}
.AnyTagClassName
{
color: #393CED;
}
</style>
background-color css
<style>
a { background-color: #393CED; }
a { background-color: rgb(57,60,237); }
div.DivClassName
{
background-color: #393CED;
}
.BgClassName
{
background-color: #393CED;
}
</style>
border-color css
<style>
span { border-color: #393CED; }
span { border-color: rgb(57,60,237); }
td.TdClassName
{
border-color: #393CED;
}
.TagClassName
{
border-color: #393CED;
}
</style>