Shades of Neon Blue #393CEB
Tints of Neon Blue #393CEB
RGB
CMYK
RGB Variations
Color information
#393CEB (or 0x393CEB) is known color: Neon Blue. HEX triplet: 39, 3C and EB. RGB value is (57,60,235). Sum of RGB (Red+Green+Blue) = 57+60+235=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #393CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CEB is #C6C314. Grayscale: #4E4E4E. Windows color (decimal): -13026069 or 15416377. OLE color: 15416377.
HSL color Cylindrical-coordinate representation of color #393CEB: hue angle of 238.99º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393CEB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 60 | 235 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.08 |
| HSL | 238.99º | 0.82% | 0.57% | - |
| HSV(B) | 238.99º | 0.76% | 0.92% | - |
| XYZ | 18.3 | 10.1 | 79.58 | - |
| YUV | 79.05 | 216.01 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 235 | 0.76 | 0.74 | 0 | 0.08 | 238.99 | 0.82 | 0.57 |
| Hex | 39 | 3C | EB | 4C | 4A | 0 | 8 | EF | 52 | 39 |
| Octal | 71 | 74 | 353 | 114 | 112 | 0 | 10 | 357 | 122 | 71 |
| Binary | 111001 | 111100 | 11101011 | 1001100 | 1001010 | 0 | 1000 | 11101111 | 1010010 | 111001 |
Color Harmonies of #393CEB
Complementary color
Monochromatic Colors of #393CEB
Black with #393CEB
Text Example
Text Example
White with #393CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CEB; }
p { color: rgb(57,60,235); }
H1.HeaderClassName
{
color: #393CEB;
}
.AnyTagClassName
{
color: #393CEB;
}
</style>
background-color css
<style>
a { background-color: #393CEB; }
a { background-color: rgb(57,60,235); }
div.DivClassName
{
background-color: #393CEB;
}
.BgClassName
{
background-color: #393CEB;
}
</style>
border-color css
<style>
span { border-color: #393CEB; }
span { border-color: rgb(57,60,235); }
td.TdClassName
{
border-color: #393CEB;
}
.TagClassName
{
border-color: #393CEB;
}
</style>