Shades of Neon Blue #3A36FE
Tints of Neon Blue #3A36FE
RGB
CMYK
RGB Variations
Color information
#3A36FE (or 0x3A36FE) is known color: Neon Blue. HEX triplet: 3A, 36 and FE. RGB value is (58,54,254). Sum of RGB (Red+Green+Blue) = 58+54+254=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A36FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A36FE is #C5C901. Grayscale: #4D4D4D. Windows color (decimal): -12962050 or 16660026. OLE color: 16660026.
HSL color Cylindrical-coordinate representation of color #3A36FE: hue angle of 241.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A36FE is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 54 | 254 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.00 |
| HSL | 241.2º | 0.99% | 0.6% | - |
| HSV(B) | 241.2º | 0.79% | 1% | - |
| XYZ | 20.95 | 10.69 | 94.73 | - |
| YUV | 78 | 227.33 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 254 | 0.77 | 0.79 | 0 | 0.00 | 241.2 | 0.99 | 0.6 |
| Hex | 3A | 36 | FE | 4D | 4F | 0 | 0 | F1 | 63 | 3C |
| Octal | 72 | 66 | 376 | 115 | 117 | 0 | 0 | 361 | 143 | 74 |
| Binary | 111010 | 110110 | 11111110 | 1001101 | 1001111 | 0 | 0 | 11110001 | 1100011 | 111100 |
Color Harmonies of #3A36FE
Complementary color
Monochromatic Colors of #3A36FE
Black with #3A36FE
Text Example
Text Example
White with #3A36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A36FE; }
p { color: rgb(58,54,254); }
H1.HeaderClassName
{
color: #3A36FE;
}
.AnyTagClassName
{
color: #3A36FE;
}
</style>
background-color css
<style>
a { background-color: #3A36FE; }
a { background-color: rgb(58,54,254); }
div.DivClassName
{
background-color: #3A36FE;
}
.BgClassName
{
background-color: #3A36FE;
}
</style>
border-color css
<style>
span { border-color: #3A36FE; }
span { border-color: rgb(58,54,254); }
td.TdClassName
{
border-color: #3A36FE;
}
.TagClassName
{
border-color: #3A36FE;
}
</style>