Shades of Neon Blue #394AFE
Tints of Neon Blue #394AFE
RGB
CMYK
RGB Variations
Color information
#394AFE (or 0x394AFE) is known color: Neon Blue. HEX triplet: 39, 4A and FE. RGB value is (57,74,254). Sum of RGB (Red+Green+Blue) = 57+74+254=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #394AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394AFE is #C6B501. Grayscale: #585858. Windows color (decimal): -13022466 or 16665145. OLE color: 16665145.
HSL color Cylindrical-coordinate representation of color #394AFE: hue angle of 234.82º 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 #394AFE is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 74 | 254 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.00 |
| HSL | 234.82º | 0.99% | 0.61% | - |
| HSV(B) | 234.82º | 0.78% | 1% | - |
| XYZ | 22.03 | 12.92 | 95.1 | - |
| YUV | 89.44 | 220.87 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 254 | 0.78 | 0.71 | 0 | 0.00 | 234.82 | 0.99 | 0.61 |
| Hex | 39 | 4A | FE | 4E | 47 | 0 | 0 | EB | 63 | 3D |
| Octal | 71 | 112 | 376 | 116 | 107 | 0 | 0 | 353 | 143 | 75 |
| Binary | 111001 | 1001010 | 11111110 | 1001110 | 1000111 | 0 | 0 | 11101011 | 1100011 | 111101 |
Color Harmonies of #394AFE
Complementary color
Monochromatic Colors of #394AFE
Black with #394AFE
Text Example
Text Example
White with #394AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394AFE; }
p { color: rgb(57,74,254); }
H1.HeaderClassName
{
color: #394AFE;
}
.AnyTagClassName
{
color: #394AFE;
}
</style>
background-color css
<style>
a { background-color: #394AFE; }
a { background-color: rgb(57,74,254); }
div.DivClassName
{
background-color: #394AFE;
}
.BgClassName
{
background-color: #394AFE;
}
</style>
border-color css
<style>
span { border-color: #394AFE; }
span { border-color: rgb(57,74,254); }
td.TdClassName
{
border-color: #394AFE;
}
.TagClassName
{
border-color: #394AFE;
}
</style>