Shades of Neon Blue #393DFE
Tints of Neon Blue #393DFE
RGB
CMYK
RGB Variations
Color information
#393DFE (or 0x393DFE) is known color: Neon Blue. HEX triplet: 39, 3D and FE. RGB value is (57,61,254). Sum of RGB (Red+Green+Blue) = 57+61+254=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #393DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393DFE is #C6C201. Grayscale: #515151. Windows color (decimal): -13025794 or 16661817. OLE color: 16661817.
HSL color Cylindrical-coordinate representation of color #393DFE: hue angle of 238.78º 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 #393DFE is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 61 | 254 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.00 |
| HSL | 238.78º | 0.99% | 0.61% | - |
| HSV(B) | 238.78º | 0.78% | 1% | - |
| XYZ | 21.25 | 11.36 | 94.84 | - |
| YUV | 81.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 254 | 0.78 | 0.76 | 0 | 0.00 | 238.78 | 0.99 | 0.61 |
| Hex | 39 | 3D | FE | 4E | 4C | 0 | 0 | EF | 63 | 3D |
| Octal | 71 | 75 | 376 | 116 | 114 | 0 | 0 | 357 | 143 | 75 |
| Binary | 111001 | 111101 | 11111110 | 1001110 | 1001100 | 0 | 0 | 11101111 | 1100011 | 111101 |
Color Harmonies of #393DFE
Complementary color
Monochromatic Colors of #393DFE
Black with #393DFE
Text Example
Text Example
White with #393DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393DFE; }
p { color: rgb(57,61,254); }
H1.HeaderClassName
{
color: #393DFE;
}
.AnyTagClassName
{
color: #393DFE;
}
</style>
background-color css
<style>
a { background-color: #393DFE; }
a { background-color: rgb(57,61,254); }
div.DivClassName
{
background-color: #393DFE;
}
.BgClassName
{
background-color: #393DFE;
}
</style>
border-color css
<style>
span { border-color: #393DFE; }
span { border-color: rgb(57,61,254); }
td.TdClassName
{
border-color: #393DFE;
}
.TagClassName
{
border-color: #393DFE;
}
</style>