Shades of Neon Blue #393EFE
Tints of Neon Blue #393EFE
RGB
CMYK
RGB Variations
Color information
#393EFE (or 0x393EFE) is known color: Neon Blue. HEX triplet: 39, 3E and FE. RGB value is (57,62,254). Sum of RGB (Red+Green+Blue) = 57+62+254=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #393EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393EFE is #C6C101. Grayscale: #515151. Windows color (decimal): -13025538 or 16662073. OLE color: 16662073.
HSL color Cylindrical-coordinate representation of color #393EFE: hue angle of 238.48º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #393EFE is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 62 | 254 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.00 |
| HSL | 238.48º | 0.99% | 0.61% | - |
| HSV(B) | 238.48º | 0.78% | 1% | - |
| XYZ | 21.3 | 11.47 | 94.86 | - |
| YUV | 82.39 | 224.84 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 254 | 0.78 | 0.76 | 0 | 0.00 | 238.48 | 0.99 | 0.61 |
| Hex | 39 | 3E | FE | 4E | 4C | 0 | 0 | EE | 63 | 3D |
| Octal | 71 | 76 | 376 | 116 | 114 | 0 | 0 | 356 | 143 | 75 |
| Binary | 111001 | 111110 | 11111110 | 1001110 | 1001100 | 0 | 0 | 11101110 | 1100011 | 111101 |
Color Harmonies of #393EFE
Complementary color
Monochromatic Colors of #393EFE
Black with #393EFE
Text Example
Text Example
White with #393EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393EFE; }
p { color: rgb(57,62,254); }
H1.HeaderClassName
{
color: #393EFE;
}
.AnyTagClassName
{
color: #393EFE;
}
</style>
background-color css
<style>
a { background-color: #393EFE; }
a { background-color: rgb(57,62,254); }
div.DivClassName
{
background-color: #393EFE;
}
.BgClassName
{
background-color: #393EFE;
}
</style>
border-color css
<style>
span { border-color: #393EFE; }
span { border-color: rgb(57,62,254); }
td.TdClassName
{
border-color: #393EFE;
}
.TagClassName
{
border-color: #393EFE;
}
</style>