Shades of Neon Blue #394DFB
Tints of Neon Blue #394DFB
RGB
CMYK
RGB Variations
Color information
#394DFB (or 0x394DFB) is known color: Neon Blue. HEX triplet: 39, 4D and FB. RGB value is (57,77,251). Sum of RGB (Red+Green+Blue) = 57+77+251=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #394DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394DFB is #C6B204. Grayscale: #5A5A5A. Windows color (decimal): -13021701 or 16469305. OLE color: 16469305.
HSL color Cylindrical-coordinate representation of color #394DFB: hue angle of 233.81º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394DFB is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 77 | 251 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.02 |
| HSL | 233.81º | 0.96% | 0.6% | - |
| HSV(B) | 233.81º | 0.77% | 0.98% | - |
| XYZ | 21.75 | 13.14 | 92.66 | - |
| YUV | 90.86 | 218.37 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 251 | 0.77 | 0.69 | 0 | 0.02 | 233.81 | 0.96 | 0.6 |
| Hex | 39 | 4D | FB | 4D | 45 | 0 | 2 | EA | 60 | 3C |
| Octal | 71 | 115 | 373 | 115 | 105 | 0 | 2 | 352 | 140 | 74 |
| Binary | 111001 | 1001101 | 11111011 | 1001101 | 1000101 | 0 | 10 | 11101010 | 1100000 | 111100 |
Color Harmonies of #394DFB
Complementary color
Monochromatic Colors of #394DFB
Black with #394DFB
Text Example
Text Example
White with #394DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DFB; }
p { color: rgb(57,77,251); }
H1.HeaderClassName
{
color: #394DFB;
}
.AnyTagClassName
{
color: #394DFB;
}
</style>
background-color css
<style>
a { background-color: #394DFB; }
a { background-color: rgb(57,77,251); }
div.DivClassName
{
background-color: #394DFB;
}
.BgClassName
{
background-color: #394DFB;
}
</style>
border-color css
<style>
span { border-color: #394DFB; }
span { border-color: rgb(57,77,251); }
td.TdClassName
{
border-color: #394DFB;
}
.TagClassName
{
border-color: #394DFB;
}
</style>