Shades of Neon Blue #3A39FE
Tints of Neon Blue #3A39FE
RGB
CMYK
RGB Variations
Color information
#3A39FE (or 0x3A39FE) is known color: Neon Blue. HEX triplet: 3A, 39 and FE. RGB value is (58,57,254). Sum of RGB (Red+Green+Blue) = 58+57+254=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A39FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A39FE is #C5C601. Grayscale: #4E4E4E. Windows color (decimal): -12961282 or 16660794. OLE color: 16660794.
HSL color Cylindrical-coordinate representation of color #3A39FE: hue angle of 240.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A39FE is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 57 | 254 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.00 |
| HSL | 240.3º | 0.99% | 0.61% | - |
| HSV(B) | 240.3º | 0.78% | 1% | - |
| XYZ | 21.1 | 10.98 | 94.77 | - |
| YUV | 79.76 | 226.33 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 254 | 0.77 | 0.78 | 0 | 0.00 | 240.3 | 0.99 | 0.61 |
| Hex | 3A | 39 | FE | 4D | 4E | 0 | 0 | F0 | 63 | 3D |
| Octal | 72 | 71 | 376 | 115 | 116 | 0 | 0 | 360 | 143 | 75 |
| Binary | 111010 | 111001 | 11111110 | 1001101 | 1001110 | 0 | 0 | 11110000 | 1100011 | 111101 |
Color Harmonies of #3A39FE
Complementary color
Monochromatic Colors of #3A39FE
Black with #3A39FE
Text Example
Text Example
White with #3A39FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A39FE; }
p { color: rgb(58,57,254); }
H1.HeaderClassName
{
color: #3A39FE;
}
.AnyTagClassName
{
color: #3A39FE;
}
</style>
background-color css
<style>
a { background-color: #3A39FE; }
a { background-color: rgb(58,57,254); }
div.DivClassName
{
background-color: #3A39FE;
}
.BgClassName
{
background-color: #3A39FE;
}
</style>
border-color css
<style>
span { border-color: #3A39FE; }
span { border-color: rgb(58,57,254); }
td.TdClassName
{
border-color: #3A39FE;
}
.TagClassName
{
border-color: #3A39FE;
}
</style>