Shades of Neon Blue #394BFE
Tints of Neon Blue #394BFE
RGB
CMYK
RGB Variations
Color information
#394BFE (or 0x394BFE) is known color: Neon Blue. HEX triplet: 39, 4B and FE. RGB value is (57,75,254). Sum of RGB (Red+Green+Blue) = 57+75+254=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #394BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394BFE is #C6B401. Grayscale: #595959. Windows color (decimal): -13022210 or 16665401. OLE color: 16665401.
HSL color Cylindrical-coordinate representation of color #394BFE: hue angle of 234.52º 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 #394BFE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 75 | 254 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.00 |
| HSL | 234.52º | 0.99% | 0.61% | - |
| HSV(B) | 234.52º | 0.78% | 1% | - |
| XYZ | 22.09 | 13.06 | 95.12 | - |
| YUV | 90.02 | 220.54 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 254 | 0.78 | 0.70 | 0 | 0.00 | 234.52 | 0.99 | 0.61 |
| Hex | 39 | 4B | FE | 4E | 46 | 0 | 0 | EB | 63 | 3D |
| Octal | 71 | 113 | 376 | 116 | 106 | 0 | 0 | 353 | 143 | 75 |
| Binary | 111001 | 1001011 | 11111110 | 1001110 | 1000110 | 0 | 0 | 11101011 | 1100011 | 111101 |
Color Harmonies of #394BFE
Complementary color
Monochromatic Colors of #394BFE
Black with #394BFE
Text Example
Text Example
White with #394BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394BFE; }
p { color: rgb(57,75,254); }
H1.HeaderClassName
{
color: #394BFE;
}
.AnyTagClassName
{
color: #394BFE;
}
</style>
background-color css
<style>
a { background-color: #394BFE; }
a { background-color: rgb(57,75,254); }
div.DivClassName
{
background-color: #394BFE;
}
.BgClassName
{
background-color: #394BFE;
}
</style>
border-color css
<style>
span { border-color: #394BFE; }
span { border-color: rgb(57,75,254); }
td.TdClassName
{
border-color: #394BFE;
}
.TagClassName
{
border-color: #394BFE;
}
</style>