Shades of Neon Blue #392FFB
Tints of Neon Blue #392FFB
RGB
CMYK
RGB Variations
Color information
#392FFB (or 0x392FFB) is known color: Neon Blue. HEX triplet: 39, 2F and FB. RGB value is (57,47,251). Sum of RGB (Red+Green+Blue) = 57+47+251=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #392FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392FFB is #C6D004. Grayscale: #484848. Windows color (decimal): -13029381 or 16461625. OLE color: 16461625.
HSL color Cylindrical-coordinate representation of color #392FFB: hue angle of 242.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392FFB is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 47 | 251 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.02 |
| HSL | 242.94º | 0.96% | 0.58% | - |
| HSV(B) | 242.94º | 0.81% | 0.98% | - |
| XYZ | 20.12 | 9.87 | 92.11 | - |
| YUV | 73.25 | 228.31 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 251 | 0.77 | 0.81 | 0 | 0.02 | 242.94 | 0.96 | 0.58 |
| Hex | 39 | 2F | FB | 4D | 51 | 0 | 2 | F3 | 60 | 3A |
| Octal | 71 | 57 | 373 | 115 | 121 | 0 | 2 | 363 | 140 | 72 |
| Binary | 111001 | 101111 | 11111011 | 1001101 | 1010001 | 0 | 10 | 11110011 | 1100000 | 111010 |
Color Harmonies of #392FFB
Complementary color
Monochromatic Colors of #392FFB
Black with #392FFB
Text Example
Text Example
White with #392FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392FFB; }
p { color: rgb(57,47,251); }
H1.HeaderClassName
{
color: #392FFB;
}
.AnyTagClassName
{
color: #392FFB;
}
</style>
background-color css
<style>
a { background-color: #392FFB; }
a { background-color: rgb(57,47,251); }
div.DivClassName
{
background-color: #392FFB;
}
.BgClassName
{
background-color: #392FFB;
}
</style>
border-color css
<style>
span { border-color: #392FFB; }
span { border-color: rgb(57,47,251); }
td.TdClassName
{
border-color: #392FFB;
}
.TagClassName
{
border-color: #392FFB;
}
</style>