Shades of Neon Blue #393FE8
Tints of Neon Blue #393FE8
RGB
CMYK
RGB Variations
Color information
#393FE8 (or 0x393FE8) is known color: Neon Blue. HEX triplet: 39, 3F and E8. RGB value is (57,63,232). Sum of RGB (Red+Green+Blue) = 57+63+232=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #393FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393FE8 is #C6C017. Grayscale: #4F4F4F. Windows color (decimal): -13025304 or 15220537. OLE color: 15220537.
HSL color Cylindrical-coordinate representation of color #393FE8: hue angle of 237.94º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #393FE8 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 63 | 232 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.09 |
| HSL | 237.94º | 0.79% | 0.57% | - |
| HSV(B) | 237.94º | 0.75% | 0.91% | - |
| XYZ | 18.03 | 10.25 | 77.37 | - |
| YUV | 80.47 | 213.51 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 232 | 0.75 | 0.73 | 0 | 0.09 | 237.94 | 0.79 | 0.57 |
| Hex | 39 | 3F | E8 | 4B | 49 | 0 | 9 | EE | 4F | 39 |
| Octal | 71 | 77 | 350 | 113 | 111 | 0 | 11 | 356 | 117 | 71 |
| Binary | 111001 | 111111 | 11101000 | 1001011 | 1001001 | 0 | 1001 | 11101110 | 1001111 | 111001 |
Color Harmonies of #393FE8
Complementary color
Monochromatic Colors of #393FE8
Black with #393FE8
Text Example
Text Example
White with #393FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FE8; }
p { color: rgb(57,63,232); }
H1.HeaderClassName
{
color: #393FE8;
}
.AnyTagClassName
{
color: #393FE8;
}
</style>
background-color css
<style>
a { background-color: #393FE8; }
a { background-color: rgb(57,63,232); }
div.DivClassName
{
background-color: #393FE8;
}
.BgClassName
{
background-color: #393FE8;
}
</style>
border-color css
<style>
span { border-color: #393FE8; }
span { border-color: rgb(57,63,232); }
td.TdClassName
{
border-color: #393FE8;
}
.TagClassName
{
border-color: #393FE8;
}
</style>