Shades of Neon Blue #394BEE
Tints of Neon Blue #394BEE
RGB
CMYK
RGB Variations
Color information
#394BEE (or 0x394BEE) is known color: Neon Blue. HEX triplet: 39, 4B and EE. RGB value is (57,75,238). Sum of RGB (Red+Green+Blue) = 57+75+238=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #394BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394BEE is #C6B411. Grayscale: #575757. Windows color (decimal): -13022226 or 15616825. OLE color: 15616825.
HSL color Cylindrical-coordinate representation of color #394BEE: hue angle of 234.03º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #394BEE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 75 | 238 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.07 |
| HSL | 234.03º | 0.84% | 0.58% | - |
| HSV(B) | 234.03º | 0.76% | 0.93% | - |
| XYZ | 19.64 | 12.08 | 82.18 | - |
| YUV | 88.2 | 212.54 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 238 | 0.76 | 0.68 | 0 | 0.07 | 234.03 | 0.84 | 0.58 |
| Hex | 39 | 4B | EE | 4C | 44 | 0 | 7 | EA | 54 | 3A |
| Octal | 71 | 113 | 356 | 114 | 104 | 0 | 7 | 352 | 124 | 72 |
| Binary | 111001 | 1001011 | 11101110 | 1001100 | 1000100 | 0 | 111 | 11101010 | 1010100 | 111010 |
Color Harmonies of #394BEE
Complementary color
Monochromatic Colors of #394BEE
Black with #394BEE
Text Example
Text Example
White with #394BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394BEE; }
p { color: rgb(57,75,238); }
H1.HeaderClassName
{
color: #394BEE;
}
.AnyTagClassName
{
color: #394BEE;
}
</style>
background-color css
<style>
a { background-color: #394BEE; }
a { background-color: rgb(57,75,238); }
div.DivClassName
{
background-color: #394BEE;
}
.BgClassName
{
background-color: #394BEE;
}
</style>
border-color css
<style>
span { border-color: #394BEE; }
span { border-color: rgb(57,75,238); }
td.TdClassName
{
border-color: #394BEE;
}
.TagClassName
{
border-color: #394BEE;
}
</style>