Shades of Neon Blue #363BEC
Tints of Neon Blue #363BEC
RGB
CMYK
RGB Variations
Color information
#363BEC (or 0x363BEC) is known color: Neon Blue. HEX triplet: 36, 3B and EC. RGB value is (54,59,236). Sum of RGB (Red+Green+Blue) = 54+59+236=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #363BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BEC is #C9C413. Grayscale: #4C4C4C. Windows color (decimal): -13222932 or 15481654. OLE color: 15481654.
HSL color Cylindrical-coordinate representation of color #363BEC: hue angle of 238.35º 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 #363BEC is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 59 | 236 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.07 |
| HSL | 238.35º | 0.83% | 0.57% | - |
| HSV(B) | 238.35º | 0.77% | 0.93% | - |
| XYZ | 18.23 | 9.97 | 80.32 | - |
| YUV | 77.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 236 | 0.77 | 0.75 | 0 | 0.07 | 238.35 | 0.83 | 0.57 |
| Hex | 36 | 3B | EC | 4D | 4B | 0 | 7 | EE | 53 | 39 |
| Octal | 66 | 73 | 354 | 115 | 113 | 0 | 7 | 356 | 123 | 71 |
| Binary | 110110 | 111011 | 11101100 | 1001101 | 1001011 | 0 | 111 | 11101110 | 1010011 | 111001 |
Color Harmonies of #363BEC
Complementary color
Monochromatic Colors of #363BEC
Black with #363BEC
Text Example
Text Example
White with #363BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BEC; }
p { color: rgb(54,59,236); }
H1.HeaderClassName
{
color: #363BEC;
}
.AnyTagClassName
{
color: #363BEC;
}
</style>
background-color css
<style>
a { background-color: #363BEC; }
a { background-color: rgb(54,59,236); }
div.DivClassName
{
background-color: #363BEC;
}
.BgClassName
{
background-color: #363BEC;
}
</style>
border-color css
<style>
span { border-color: #363BEC; }
span { border-color: rgb(54,59,236); }
td.TdClassName
{
border-color: #363BEC;
}
.TagClassName
{
border-color: #363BEC;
}
</style>