Shades of Neon Blue #392FFE
Tints of Neon Blue #392FFE
RGB
CMYK
RGB Variations
Color information
#392FFE (or 0x392FFE) is known color: Neon Blue. HEX triplet: 39, 2F and FE. RGB value is (57,47,254). Sum of RGB (Red+Green+Blue) = 57+47+254=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #392FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392FFE is #C6D001. Grayscale: #484848. Windows color (decimal): -13029378 or 16658233. OLE color: 16658233.
HSL color Cylindrical-coordinate representation of color #392FFE: hue angle of 242.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392FFE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 47 | 254 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.00 |
| HSL | 242.9º | 0.99% | 0.59% | - |
| HSV(B) | 242.9º | 0.81% | 1% | - |
| XYZ | 20.59 | 10.06 | 94.62 | - |
| YUV | 73.59 | 229.81 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 254 | 0.78 | 0.81 | 0 | 0.00 | 242.9 | 0.99 | 0.59 |
| Hex | 39 | 2F | FE | 4E | 51 | 0 | 0 | F3 | 63 | 3B |
| Octal | 71 | 57 | 376 | 116 | 121 | 0 | 0 | 363 | 143 | 73 |
| Binary | 111001 | 101111 | 11111110 | 1001110 | 1010001 | 0 | 0 | 11110011 | 1100011 | 111011 |
Color Harmonies of #392FFE
Complementary color
Monochromatic Colors of #392FFE
Black with #392FFE
Text Example
Text Example
White with #392FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392FFE; }
p { color: rgb(57,47,254); }
H1.HeaderClassName
{
color: #392FFE;
}
.AnyTagClassName
{
color: #392FFE;
}
</style>
background-color css
<style>
a { background-color: #392FFE; }
a { background-color: rgb(57,47,254); }
div.DivClassName
{
background-color: #392FFE;
}
.BgClassName
{
background-color: #392FFE;
}
</style>
border-color css
<style>
span { border-color: #392FFE; }
span { border-color: rgb(57,47,254); }
td.TdClassName
{
border-color: #392FFE;
}
.TagClassName
{
border-color: #392FFE;
}
</style>