Shades of Neon Blue #364DEC
Tints of Neon Blue #364DEC
RGB
CMYK
RGB Variations
Color information
#364DEC (or 0x364DEC) is known color: Neon Blue. HEX triplet: 36, 4D and EC. RGB value is (54,77,236). Sum of RGB (Red+Green+Blue) = 54+77+236=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #364DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364DEC is #C9B213. Grayscale: #575757. Windows color (decimal): -13218324 or 15486262. OLE color: 15486262.
HSL color Cylindrical-coordinate representation of color #364DEC: hue angle of 232.42º 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 #364DEC is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 77 | 236 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.07 |
| HSL | 232.42º | 0.83% | 0.57% | - |
| HSV(B) | 232.42º | 0.77% | 0.93% | - |
| XYZ | 19.32 | 12.15 | 80.68 | - |
| YUV | 88.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 236 | 0.77 | 0.67 | 0 | 0.07 | 232.42 | 0.83 | 0.57 |
| Hex | 36 | 4D | EC | 4D | 43 | 0 | 7 | E8 | 53 | 39 |
| Octal | 66 | 115 | 354 | 115 | 103 | 0 | 7 | 350 | 123 | 71 |
| Binary | 110110 | 1001101 | 11101100 | 1001101 | 1000011 | 0 | 111 | 11101000 | 1010011 | 111001 |
Color Harmonies of #364DEC
Complementary color
Monochromatic Colors of #364DEC
Black with #364DEC
Text Example
Text Example
White with #364DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DEC; }
p { color: rgb(54,77,236); }
H1.HeaderClassName
{
color: #364DEC;
}
.AnyTagClassName
{
color: #364DEC;
}
</style>
background-color css
<style>
a { background-color: #364DEC; }
a { background-color: rgb(54,77,236); }
div.DivClassName
{
background-color: #364DEC;
}
.BgClassName
{
background-color: #364DEC;
}
</style>
border-color css
<style>
span { border-color: #364DEC; }
span { border-color: rgb(54,77,236); }
td.TdClassName
{
border-color: #364DEC;
}
.TagClassName
{
border-color: #364DEC;
}
</style>