Shades of Neon Blue #394CEE
Tints of Neon Blue #394CEE
RGB
CMYK
RGB Variations
Color information
#394CEE (or 0x394CEE) is known color: Neon Blue. HEX triplet: 39, 4C and EE. RGB value is (57,76,238). Sum of RGB (Red+Green+Blue) = 57+76+238=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #394CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394CEE is #C6B311. Grayscale: #585858. Windows color (decimal): -13021970 or 15617081. OLE color: 15617081.
HSL color Cylindrical-coordinate representation of color #394CEE: hue angle of 233.7º 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 #394CEE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 76 | 238 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.07 |
| HSL | 233.7º | 0.84% | 0.58% | - |
| HSV(B) | 233.7º | 0.76% | 0.93% | - |
| XYZ | 19.7 | 12.21 | 82.21 | - |
| YUV | 88.79 | 212.21 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 238 | 0.76 | 0.68 | 0 | 0.07 | 233.7 | 0.84 | 0.58 |
| Hex | 39 | 4C | EE | 4C | 44 | 0 | 7 | EA | 54 | 3A |
| Octal | 71 | 114 | 356 | 114 | 104 | 0 | 7 | 352 | 124 | 72 |
| Binary | 111001 | 1001100 | 11101110 | 1001100 | 1000100 | 0 | 111 | 11101010 | 1010100 | 111010 |
Color Harmonies of #394CEE
Complementary color
Monochromatic Colors of #394CEE
Black with #394CEE
Text Example
Text Example
White with #394CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394CEE; }
p { color: rgb(57,76,238); }
H1.HeaderClassName
{
color: #394CEE;
}
.AnyTagClassName
{
color: #394CEE;
}
</style>
background-color css
<style>
a { background-color: #394CEE; }
a { background-color: rgb(57,76,238); }
div.DivClassName
{
background-color: #394CEE;
}
.BgClassName
{
background-color: #394CEE;
}
</style>
border-color css
<style>
span { border-color: #394CEE; }
span { border-color: rgb(57,76,238); }
td.TdClassName
{
border-color: #394CEE;
}
.TagClassName
{
border-color: #394CEE;
}
</style>