Shades of Neon Blue #363AEE
Tints of Neon Blue #363AEE
RGB
CMYK
RGB Variations
Color information
#363AEE (or 0x363AEE) is known color: Neon Blue. HEX triplet: 36, 3A and EE. RGB value is (54,58,238). Sum of RGB (Red+Green+Blue) = 54+58+238=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #363AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AEE is #C9C511. Grayscale: #4C4C4C. Windows color (decimal): -13223186 or 15612470. OLE color: 15612470.
HSL color Cylindrical-coordinate representation of color #363AEE: hue angle of 238.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363AEE is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 58 | 238 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.07 |
| HSL | 238.7º | 0.84% | 0.57% | - |
| HSV(B) | 238.7º | 0.77% | 0.93% | - |
| XYZ | 18.47 | 9.98 | 81.84 | - |
| YUV | 77.32 | 218.67 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 238 | 0.77 | 0.76 | 0 | 0.07 | 238.7 | 0.84 | 0.57 |
| Hex | 36 | 3A | EE | 4D | 4C | 0 | 7 | EF | 54 | 39 |
| Octal | 66 | 72 | 356 | 115 | 114 | 0 | 7 | 357 | 124 | 71 |
| Binary | 110110 | 111010 | 11101110 | 1001101 | 1001100 | 0 | 111 | 11101111 | 1010100 | 111001 |
Color Harmonies of #363AEE
Complementary color
Monochromatic Colors of #363AEE
Black with #363AEE
Text Example
Text Example
White with #363AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AEE; }
p { color: rgb(54,58,238); }
H1.HeaderClassName
{
color: #363AEE;
}
.AnyTagClassName
{
color: #363AEE;
}
</style>
background-color css
<style>
a { background-color: #363AEE; }
a { background-color: rgb(54,58,238); }
div.DivClassName
{
background-color: #363AEE;
}
.BgClassName
{
background-color: #363AEE;
}
</style>
border-color css
<style>
span { border-color: #363AEE; }
span { border-color: rgb(54,58,238); }
td.TdClassName
{
border-color: #363AEE;
}
.TagClassName
{
border-color: #363AEE;
}
</style>