Shades of Neon Blue #363DEC
Tints of Neon Blue #363DEC
RGB
CMYK
RGB Variations
Color information
#363DEC (or 0x363DEC) is known color: Neon Blue. HEX triplet: 36, 3D and EC. RGB value is (54,61,236). Sum of RGB (Red+Green+Blue) = 54+61+236=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #363DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363DEC is #C9C213. Grayscale: #4E4E4E. Windows color (decimal): -13222420 or 15482166. OLE color: 15482166.
HSL color Cylindrical-coordinate representation of color #363DEC: hue angle of 237.69º 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 #363DEC is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 61 | 236 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.07 |
| HSL | 237.69º | 0.83% | 0.57% | - |
| HSV(B) | 237.69º | 0.77% | 0.93% | - |
| XYZ | 18.33 | 10.18 | 80.36 | - |
| YUV | 78.86 | 216.68 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 236 | 0.77 | 0.74 | 0 | 0.07 | 237.69 | 0.83 | 0.57 |
| Hex | 36 | 3D | EC | 4D | 4A | 0 | 7 | EE | 53 | 39 |
| Octal | 66 | 75 | 354 | 115 | 112 | 0 | 7 | 356 | 123 | 71 |
| Binary | 110110 | 111101 | 11101100 | 1001101 | 1001010 | 0 | 111 | 11101110 | 1010011 | 111001 |
Color Harmonies of #363DEC
Complementary color
Monochromatic Colors of #363DEC
Black with #363DEC
Text Example
Text Example
White with #363DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DEC; }
p { color: rgb(54,61,236); }
H1.HeaderClassName
{
color: #363DEC;
}
.AnyTagClassName
{
color: #363DEC;
}
</style>
background-color css
<style>
a { background-color: #363DEC; }
a { background-color: rgb(54,61,236); }
div.DivClassName
{
background-color: #363DEC;
}
.BgClassName
{
background-color: #363DEC;
}
</style>
border-color css
<style>
span { border-color: #363DEC; }
span { border-color: rgb(54,61,236); }
td.TdClassName
{
border-color: #363DEC;
}
.TagClassName
{
border-color: #363DEC;
}
</style>