Shades of Neon Blue #393FEF
Tints of Neon Blue #393FEF
RGB
CMYK
RGB Variations
Color information
#393FEF (or 0x393FEF) is known color: Neon Blue. HEX triplet: 39, 3F and EF. RGB value is (57,63,239). Sum of RGB (Red+Green+Blue) = 57+63+239=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #393FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393FEF is #C6C010. Grayscale: #505050. Windows color (decimal): -13025297 or 15679289. OLE color: 15679289.
HSL color Cylindrical-coordinate representation of color #393FEF: hue angle of 238.02º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393FEF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 63 | 239 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.06 |
| HSL | 238.02º | 0.85% | 0.58% | - |
| HSV(B) | 238.02º | 0.76% | 0.94% | - |
| XYZ | 19.04 | 10.66 | 82.71 | - |
| YUV | 81.27 | 217.01 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 239 | 0.76 | 0.74 | 0 | 0.06 | 238.02 | 0.85 | 0.58 |
| Hex | 39 | 3F | EF | 4C | 4A | 0 | 6 | EE | 55 | 3A |
| Octal | 71 | 77 | 357 | 114 | 112 | 0 | 6 | 356 | 125 | 72 |
| Binary | 111001 | 111111 | 11101111 | 1001100 | 1001010 | 0 | 110 | 11101110 | 1010101 | 111010 |
Color Harmonies of #393FEF
Complementary color
Monochromatic Colors of #393FEF
Black with #393FEF
Text Example
Text Example
White with #393FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FEF; }
p { color: rgb(57,63,239); }
H1.HeaderClassName
{
color: #393FEF;
}
.AnyTagClassName
{
color: #393FEF;
}
</style>
background-color css
<style>
a { background-color: #393FEF; }
a { background-color: rgb(57,63,239); }
div.DivClassName
{
background-color: #393FEF;
}
.BgClassName
{
background-color: #393FEF;
}
</style>
border-color css
<style>
span { border-color: #393FEF; }
span { border-color: rgb(57,63,239); }
td.TdClassName
{
border-color: #393FEF;
}
.TagClassName
{
border-color: #393FEF;
}
</style>