Shades of Neon Blue #363AEA
Tints of Neon Blue #363AEA
RGB
CMYK
RGB Variations
Color information
#363AEA (or 0x363AEA) is known color: Neon Blue. HEX triplet: 36, 3A and EA. RGB value is (54,58,234). Sum of RGB (Red+Green+Blue) = 54+58+234=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #363AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AEA is #C9C515. Grayscale: #4C4C4C. Windows color (decimal): -13223190 or 15350326. OLE color: 15350326.
HSL color Cylindrical-coordinate representation of color #363AEA: hue angle of 238.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363AEA is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 58 | 234 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.08 |
| HSL | 238.67º | 0.81% | 0.56% | - |
| HSV(B) | 238.67º | 0.77% | 0.92% | - |
| XYZ | 17.89 | 9.75 | 78.78 | - |
| YUV | 76.87 | 216.67 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 234 | 0.77 | 0.75 | 0 | 0.08 | 238.67 | 0.81 | 0.56 |
| Hex | 36 | 3A | EA | 4D | 4B | 0 | 8 | EF | 51 | 38 |
| Octal | 66 | 72 | 352 | 115 | 113 | 0 | 10 | 357 | 121 | 70 |
| Binary | 110110 | 111010 | 11101010 | 1001101 | 1001011 | 0 | 1000 | 11101111 | 1010001 | 111000 |
Color Harmonies of #363AEA
Complementary color
Monochromatic Colors of #363AEA
Black with #363AEA
Text Example
Text Example
White with #363AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AEA; }
p { color: rgb(54,58,234); }
H1.HeaderClassName
{
color: #363AEA;
}
.AnyTagClassName
{
color: #363AEA;
}
</style>
background-color css
<style>
a { background-color: #363AEA; }
a { background-color: rgb(54,58,234); }
div.DivClassName
{
background-color: #363AEA;
}
.BgClassName
{
background-color: #363AEA;
}
</style>
border-color css
<style>
span { border-color: #363AEA; }
span { border-color: rgb(54,58,234); }
td.TdClassName
{
border-color: #363AEA;
}
.TagClassName
{
border-color: #363AEA;
}
</style>