Shades of Neon Blue #393EFF
Tints of Neon Blue #393EFF
RGB
CMYK
RGB Variations
Color information
#393EFF (or 0x393EFF) is known color: Neon Blue. HEX triplet: 39, 3E and FF. RGB value is (57,62,255). Sum of RGB (Red+Green+Blue) = 57+62+255=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #393EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393EFF is #C6C100. Grayscale: #515151. Windows color (decimal): -13025537 or 16727609. OLE color: 16727609.
HSL color Cylindrical-coordinate representation of color #393EFF: hue angle of 238.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #393EFF is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 62 | 255 | - |
| CMYK | 0.78 | 0.76 | 0 | 0 |
| HSL | 238.48º | 1% | 0.61% | - |
| HSV(B) | 238.48º | 0.78% | 1% | - |
| XYZ | 21.46 | 11.54 | 95.7 | - |
| YUV | 82.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 255 | 0.78 | 0.76 | 0 | 0 | 238.48 | 1 | 0.61 |
| Hex | 39 | 3E | FF | 4E | 4C | 0 | 0 | EE | 64 | 3D |
| Octal | 71 | 76 | 377 | 116 | 114 | 0 | 0 | 356 | 144 | 75 |
| Binary | 111001 | 111110 | 11111111 | 1001110 | 1001100 | 0 | 0 | 11101110 | 1100100 | 111101 |
Color Harmonies of #393EFF
Complementary color
Monochromatic Colors of #393EFF
Black with #393EFF
Text Example
Text Example
White with #393EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393EFF; }
p { color: rgb(57,62,255); }
H1.HeaderClassName
{
color: #393EFF;
}
.AnyTagClassName
{
color: #393EFF;
}
</style>
background-color css
<style>
a { background-color: #393EFF; }
a { background-color: rgb(57,62,255); }
div.DivClassName
{
background-color: #393EFF;
}
.BgClassName
{
background-color: #393EFF;
}
</style>
border-color css
<style>
span { border-color: #393EFF; }
span { border-color: rgb(57,62,255); }
td.TdClassName
{
border-color: #393EFF;
}
.TagClassName
{
border-color: #393EFF;
}
</style>