Shades of Neon Blue #363BEA
Tints of Neon Blue #363BEA
RGB
CMYK
RGB Variations
Color information
#363BEA (or 0x363BEA) is known color: Neon Blue. HEX triplet: 36, 3B and EA. RGB value is (54,59,234). Sum of RGB (Red+Green+Blue) = 54+59+234=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #363BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BEA is #C9C415. Grayscale: #4C4C4C. Windows color (decimal): -13222934 or 15350582. OLE color: 15350582.
HSL color Cylindrical-coordinate representation of color #363BEA: hue angle of 238.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 #363BEA is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 59 | 234 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.08 |
| HSL | 238.33º | 0.81% | 0.56% | - |
| HSV(B) | 238.33º | 0.77% | 0.92% | - |
| XYZ | 17.94 | 9.85 | 78.8 | - |
| YUV | 77.46 | 216.34 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 234 | 0.77 | 0.75 | 0 | 0.08 | 238.33 | 0.81 | 0.56 |
| Hex | 36 | 3B | EA | 4D | 4B | 0 | 8 | EE | 51 | 38 |
| Octal | 66 | 73 | 352 | 115 | 113 | 0 | 10 | 356 | 121 | 70 |
| Binary | 110110 | 111011 | 11101010 | 1001101 | 1001011 | 0 | 1000 | 11101110 | 1010001 | 111000 |
Color Harmonies of #363BEA
Complementary color
Monochromatic Colors of #363BEA
Black with #363BEA
Text Example
Text Example
White with #363BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BEA; }
p { color: rgb(54,59,234); }
H1.HeaderClassName
{
color: #363BEA;
}
.AnyTagClassName
{
color: #363BEA;
}
</style>
background-color css
<style>
a { background-color: #363BEA; }
a { background-color: rgb(54,59,234); }
div.DivClassName
{
background-color: #363BEA;
}
.BgClassName
{
background-color: #363BEA;
}
</style>
border-color css
<style>
span { border-color: #363BEA; }
span { border-color: rgb(54,59,234); }
td.TdClassName
{
border-color: #363BEA;
}
.TagClassName
{
border-color: #363BEA;
}
</style>