Shades of Neon Blue #394DF3
Tints of Neon Blue #394DF3
RGB
CMYK
RGB Variations
Color information
#394DF3 (or 0x394DF3) is known color: Neon Blue. HEX triplet: 39, 4D and F3. RGB value is (57,77,243). Sum of RGB (Red+Green+Blue) = 57+77+243=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #394DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394DF3 is #C6B20C. Grayscale: #595959. Windows color (decimal): -13021709 or 15945017. OLE color: 15945017.
HSL color Cylindrical-coordinate representation of color #394DF3: hue angle of 233.55º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394DF3 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 77 | 243 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.05 |
| HSL | 233.55º | 0.89% | 0.59% | - |
| HSV(B) | 233.55º | 0.77% | 0.95% | - |
| XYZ | 20.52 | 12.65 | 86.15 | - |
| YUV | 89.94 | 214.37 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 243 | 0.77 | 0.68 | 0 | 0.05 | 233.55 | 0.89 | 0.59 |
| Hex | 39 | 4D | F3 | 4D | 44 | 0 | 5 | EA | 59 | 3B |
| Octal | 71 | 115 | 363 | 115 | 104 | 0 | 5 | 352 | 131 | 73 |
| Binary | 111001 | 1001101 | 11110011 | 1001101 | 1000100 | 0 | 101 | 11101010 | 1011001 | 111011 |
Color Harmonies of #394DF3
Complementary color
Monochromatic Colors of #394DF3
Black with #394DF3
Text Example
Text Example
White with #394DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DF3; }
p { color: rgb(57,77,243); }
H1.HeaderClassName
{
color: #394DF3;
}
.AnyTagClassName
{
color: #394DF3;
}
</style>
background-color css
<style>
a { background-color: #394DF3; }
a { background-color: rgb(57,77,243); }
div.DivClassName
{
background-color: #394DF3;
}
.BgClassName
{
background-color: #394DF3;
}
</style>
border-color css
<style>
span { border-color: #394DF3; }
span { border-color: rgb(57,77,243); }
td.TdClassName
{
border-color: #394DF3;
}
.TagClassName
{
border-color: #394DF3;
}
</style>