Shades of Neon Blue #363BED
Tints of Neon Blue #363BED
RGB
CMYK
RGB Variations
Color information
#363BED (or 0x363BED) is known color: Neon Blue. HEX triplet: 36, 3B and ED. RGB value is (54,59,237). Sum of RGB (Red+Green+Blue) = 54+59+237=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #363BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BED is #C9C412. Grayscale: #4D4D4D. Windows color (decimal): -13222931 or 15547190. OLE color: 15547190.
HSL color Cylindrical-coordinate representation of color #363BED: hue angle of 238.36º 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 #363BED is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 59 | 237 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.07 |
| HSL | 238.36º | 0.84% | 0.57% | - |
| HSV(B) | 238.36º | 0.77% | 0.93% | - |
| XYZ | 18.37 | 10.03 | 81.09 | - |
| YUV | 77.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 237 | 0.77 | 0.75 | 0 | 0.07 | 238.36 | 0.84 | 0.57 |
| Hex | 36 | 3B | ED | 4D | 4B | 0 | 7 | EE | 54 | 39 |
| Octal | 66 | 73 | 355 | 115 | 113 | 0 | 7 | 356 | 124 | 71 |
| Binary | 110110 | 111011 | 11101101 | 1001101 | 1001011 | 0 | 111 | 11101110 | 1010100 | 111001 |
Color Harmonies of #363BED
Complementary color
Monochromatic Colors of #363BED
Black with #363BED
Text Example
Text Example
White with #363BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BED; }
p { color: rgb(54,59,237); }
H1.HeaderClassName
{
color: #363BED;
}
.AnyTagClassName
{
color: #363BED;
}
</style>
background-color css
<style>
a { background-color: #363BED; }
a { background-color: rgb(54,59,237); }
div.DivClassName
{
background-color: #363BED;
}
.BgClassName
{
background-color: #363BED;
}
</style>
border-color css
<style>
span { border-color: #363BED; }
span { border-color: rgb(54,59,237); }
td.TdClassName
{
border-color: #363BED;
}
.TagClassName
{
border-color: #363BED;
}
</style>