Shades of Neon Blue #392EFB
Tints of Neon Blue #392EFB
RGB
CMYK
RGB Variations
Color information
#392EFB (or 0x392EFB) is known color: Neon Blue. HEX triplet: 39, 2E and FB. RGB value is (57,46,251). Sum of RGB (Red+Green+Blue) = 57+46+251=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #392EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392EFB is #C6D104. Grayscale: #474747. Windows color (decimal): -13029637 or 16461369. OLE color: 16461369.
HSL color Cylindrical-coordinate representation of color #392EFB: hue angle of 243.22º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392EFB is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 46 | 251 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.02 |
| HSL | 243.22º | 0.96% | 0.58% | - |
| HSV(B) | 243.22º | 0.82% | 0.98% | - |
| XYZ | 20.08 | 9.79 | 92.1 | - |
| YUV | 72.66 | 228.64 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 251 | 0.77 | 0.82 | 0 | 0.02 | 243.22 | 0.96 | 0.58 |
| Hex | 39 | 2E | FB | 4D | 52 | 0 | 2 | F3 | 60 | 3A |
| Octal | 71 | 56 | 373 | 115 | 122 | 0 | 2 | 363 | 140 | 72 |
| Binary | 111001 | 101110 | 11111011 | 1001101 | 1010010 | 0 | 10 | 11110011 | 1100000 | 111010 |
Color Harmonies of #392EFB
Complementary color
Monochromatic Colors of #392EFB
Black with #392EFB
Text Example
Text Example
White with #392EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392EFB; }
p { color: rgb(57,46,251); }
H1.HeaderClassName
{
color: #392EFB;
}
.AnyTagClassName
{
color: #392EFB;
}
</style>
background-color css
<style>
a { background-color: #392EFB; }
a { background-color: rgb(57,46,251); }
div.DivClassName
{
background-color: #392EFB;
}
.BgClassName
{
background-color: #392EFB;
}
</style>
border-color css
<style>
span { border-color: #392EFB; }
span { border-color: rgb(57,46,251); }
td.TdClassName
{
border-color: #392EFB;
}
.TagClassName
{
border-color: #392EFB;
}
</style>