Shades of Neon Blue #394AF1
Tints of Neon Blue #394AF1
RGB
CMYK
RGB Variations
Color information
#394AF1 (or 0x394AF1) is known color: Neon Blue. HEX triplet: 39, 4A and F1. RGB value is (57,74,241). Sum of RGB (Red+Green+Blue) = 57+74+241=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #394AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394AF1 is #C6B50E. Grayscale: #575757. Windows color (decimal): -13022479 or 15813177. OLE color: 15813177.
HSL color Cylindrical-coordinate representation of color #394AF1: hue angle of 234.46º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #394AF1 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 74 | 241 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.05 |
| HSL | 234.46º | 0.87% | 0.58% | - |
| HSV(B) | 234.46º | 0.76% | 0.95% | - |
| XYZ | 20.01 | 12.12 | 84.5 | - |
| YUV | 87.96 | 214.37 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 241 | 0.76 | 0.69 | 0 | 0.05 | 234.46 | 0.87 | 0.58 |
| Hex | 39 | 4A | F1 | 4C | 45 | 0 | 5 | EA | 57 | 3A |
| Octal | 71 | 112 | 361 | 114 | 105 | 0 | 5 | 352 | 127 | 72 |
| Binary | 111001 | 1001010 | 11110001 | 1001100 | 1000101 | 0 | 101 | 11101010 | 1010111 | 111010 |
Color Harmonies of #394AF1
Complementary color
Monochromatic Colors of #394AF1
Black with #394AF1
Text Example
Text Example
White with #394AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394AF1; }
p { color: rgb(57,74,241); }
H1.HeaderClassName
{
color: #394AF1;
}
.AnyTagClassName
{
color: #394AF1;
}
</style>
background-color css
<style>
a { background-color: #394AF1; }
a { background-color: rgb(57,74,241); }
div.DivClassName
{
background-color: #394AF1;
}
.BgClassName
{
background-color: #394AF1;
}
</style>
border-color css
<style>
span { border-color: #394AF1; }
span { border-color: rgb(57,74,241); }
td.TdClassName
{
border-color: #394AF1;
}
.TagClassName
{
border-color: #394AF1;
}
</style>