Shades of Neon Blue #394DFC
Tints of Neon Blue #394DFC
RGB
CMYK
RGB Variations
Color information
#394DFC (or 0x394DFC) is known color: Neon Blue. HEX triplet: 39, 4D and FC. RGB value is (57,77,252). Sum of RGB (Red+Green+Blue) = 57+77+252=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #394DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394DFC is #C6B203. Grayscale: #5A5A5A. Windows color (decimal): -13021700 or 16534841. OLE color: 16534841.
HSL color Cylindrical-coordinate representation of color #394DFC: hue angle of 233.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394DFC is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 77 | 252 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.01 |
| HSL | 233.85º | 0.97% | 0.61% | - |
| HSV(B) | 233.85º | 0.77% | 0.99% | - |
| XYZ | 21.91 | 13.21 | 93.49 | - |
| YUV | 90.97 | 218.87 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 252 | 0.77 | 0.69 | 0 | 0.01 | 233.85 | 0.97 | 0.61 |
| Hex | 39 | 4D | FC | 4D | 45 | 0 | 1 | EA | 61 | 3D |
| Octal | 71 | 115 | 374 | 115 | 105 | 0 | 1 | 352 | 141 | 75 |
| Binary | 111001 | 1001101 | 11111100 | 1001101 | 1000101 | 0 | 1 | 11101010 | 1100001 | 111101 |
Color Harmonies of #394DFC
Complementary color
Monochromatic Colors of #394DFC
Black with #394DFC
Text Example
Text Example
White with #394DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DFC; }
p { color: rgb(57,77,252); }
H1.HeaderClassName
{
color: #394DFC;
}
.AnyTagClassName
{
color: #394DFC;
}
</style>
background-color css
<style>
a { background-color: #394DFC; }
a { background-color: rgb(57,77,252); }
div.DivClassName
{
background-color: #394DFC;
}
.BgClassName
{
background-color: #394DFC;
}
</style>
border-color css
<style>
span { border-color: #394DFC; }
span { border-color: rgb(57,77,252); }
td.TdClassName
{
border-color: #394DFC;
}
.TagClassName
{
border-color: #394DFC;
}
</style>