Shades of Neon Blue #363EEA
Tints of Neon Blue #363EEA
RGB
CMYK
RGB Variations
Color information
#363EEA (or 0x363EEA) is known color: Neon Blue. HEX triplet: 36, 3E and EA. RGB value is (54,62,234). Sum of RGB (Red+Green+Blue) = 54+62+234=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #363EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363EEA is #C9C115. Grayscale: #4E4E4E. Windows color (decimal): -13222166 or 15351350. OLE color: 15351350.
HSL color Cylindrical-coordinate representation of color #363EEA: hue angle of 237.33º 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 #363EEA is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 62 | 234 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.08 |
| HSL | 237.33º | 0.81% | 0.56% | - |
| HSV(B) | 237.33º | 0.77% | 0.92% | - |
| XYZ | 18.1 | 10.17 | 78.85 | - |
| YUV | 79.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 234 | 0.77 | 0.74 | 0 | 0.08 | 237.33 | 0.81 | 0.56 |
| Hex | 36 | 3E | EA | 4D | 4A | 0 | 8 | ED | 51 | 38 |
| Octal | 66 | 76 | 352 | 115 | 112 | 0 | 10 | 355 | 121 | 70 |
| Binary | 110110 | 111110 | 11101010 | 1001101 | 1001010 | 0 | 1000 | 11101101 | 1010001 | 111000 |
Color Harmonies of #363EEA
Complementary color
Monochromatic Colors of #363EEA
Black with #363EEA
Text Example
Text Example
White with #363EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EEA; }
p { color: rgb(54,62,234); }
H1.HeaderClassName
{
color: #363EEA;
}
.AnyTagClassName
{
color: #363EEA;
}
</style>
background-color css
<style>
a { background-color: #363EEA; }
a { background-color: rgb(54,62,234); }
div.DivClassName
{
background-color: #363EEA;
}
.BgClassName
{
background-color: #363EEA;
}
</style>
border-color css
<style>
span { border-color: #363EEA; }
span { border-color: rgb(54,62,234); }
td.TdClassName
{
border-color: #363EEA;
}
.TagClassName
{
border-color: #363EEA;
}
</style>