Shades of Neon Blue #363EEC
Tints of Neon Blue #363EEC
RGB
CMYK
RGB Variations
Color information
#363EEC (or 0x363EEC) is known color: Neon Blue. HEX triplet: 36, 3E and EC. RGB value is (54,62,236). Sum of RGB (Red+Green+Blue) = 54+62+236=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #363EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363EEC is #C9C113. Grayscale: #4E4E4E. Windows color (decimal): -13222164 or 15482422. OLE color: 15482422.
HSL color Cylindrical-coordinate representation of color #363EEC: hue angle of 237.36º degrees, saturation: 0.83, 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 #363EEC is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 62 | 236 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.07 |
| HSL | 237.36º | 0.83% | 0.57% | - |
| HSV(B) | 237.36º | 0.77% | 0.93% | - |
| XYZ | 18.38 | 10.29 | 80.37 | - |
| YUV | 79.44 | 216.35 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 236 | 0.77 | 0.74 | 0 | 0.07 | 237.36 | 0.83 | 0.57 |
| Hex | 36 | 3E | EC | 4D | 4A | 0 | 7 | ED | 53 | 39 |
| Octal | 66 | 76 | 354 | 115 | 112 | 0 | 7 | 355 | 123 | 71 |
| Binary | 110110 | 111110 | 11101100 | 1001101 | 1001010 | 0 | 111 | 11101101 | 1010011 | 111001 |
Color Harmonies of #363EEC
Complementary color
Monochromatic Colors of #363EEC
Black with #363EEC
Text Example
Text Example
White with #363EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EEC; }
p { color: rgb(54,62,236); }
H1.HeaderClassName
{
color: #363EEC;
}
.AnyTagClassName
{
color: #363EEC;
}
</style>
background-color css
<style>
a { background-color: #363EEC; }
a { background-color: rgb(54,62,236); }
div.DivClassName
{
background-color: #363EEC;
}
.BgClassName
{
background-color: #363EEC;
}
</style>
border-color css
<style>
span { border-color: #363EEC; }
span { border-color: rgb(54,62,236); }
td.TdClassName
{
border-color: #363EEC;
}
.TagClassName
{
border-color: #363EEC;
}
</style>