Shades of Neon Blue #394DFF
Tints of Neon Blue #394DFF
RGB
CMYK
RGB Variations
Color information
#394DFF (or 0x394DFF) is known color: Neon Blue. HEX triplet: 39, 4D and FF. RGB value is (57,77,255). Sum of RGB (Red+Green+Blue) = 57+77+255=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #394DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394DFF is #C6B200. Grayscale: #5A5A5A. Windows color (decimal): -13021697 or 16731449. OLE color: 16731449.
HSL color Cylindrical-coordinate representation of color #394DFF: hue angle of 233.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #394DFF is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 77 | 255 | - |
| CMYK | 0.78 | 0.70 | 0 | 0 |
| HSL | 233.94º | 1% | 0.61% | - |
| HSV(B) | 233.94º | 0.78% | 1% | - |
| XYZ | 22.39 | 13.4 | 96.01 | - |
| YUV | 91.31 | 220.37 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 255 | 0.78 | 0.70 | 0 | 0 | 233.94 | 1 | 0.61 |
| Hex | 39 | 4D | FF | 4E | 46 | 0 | 0 | EA | 64 | 3D |
| Octal | 71 | 115 | 377 | 116 | 106 | 0 | 0 | 352 | 144 | 75 |
| Binary | 111001 | 1001101 | 11111111 | 1001110 | 1000110 | 0 | 0 | 11101010 | 1100100 | 111101 |
Color Harmonies of #394DFF
Complementary color
Monochromatic Colors of #394DFF
Black with #394DFF
Text Example
Text Example
White with #394DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DFF; }
p { color: rgb(57,77,255); }
H1.HeaderClassName
{
color: #394DFF;
}
.AnyTagClassName
{
color: #394DFF;
}
</style>
background-color css
<style>
a { background-color: #394DFF; }
a { background-color: rgb(57,77,255); }
div.DivClassName
{
background-color: #394DFF;
}
.BgClassName
{
background-color: #394DFF;
}
</style>
border-color css
<style>
span { border-color: #394DFF; }
span { border-color: rgb(57,77,255); }
td.TdClassName
{
border-color: #394DFF;
}
.TagClassName
{
border-color: #394DFF;
}
</style>