Shades of Neon Blue #363FEC
Tints of Neon Blue #363FEC
RGB
CMYK
RGB Variations
Color information
#363FEC (or 0x363FEC) is known color: Neon Blue. HEX triplet: 36, 3F and EC. RGB value is (54,63,236). Sum of RGB (Red+Green+Blue) = 54+63+236=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #363FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FEC is #C9C013. Grayscale: #4F4F4F. Windows color (decimal): -13221908 or 15482678. OLE color: 15482678.
HSL color Cylindrical-coordinate representation of color #363FEC: hue angle of 237.03º 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 #363FEC is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 63 | 236 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.07 |
| HSL | 237.03º | 0.83% | 0.57% | - |
| HSV(B) | 237.03º | 0.77% | 0.93% | - |
| XYZ | 18.44 | 10.4 | 80.39 | - |
| YUV | 80.03 | 216.02 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 236 | 0.77 | 0.73 | 0 | 0.07 | 237.03 | 0.83 | 0.57 |
| Hex | 36 | 3F | EC | 4D | 49 | 0 | 7 | ED | 53 | 39 |
| Octal | 66 | 77 | 354 | 115 | 111 | 0 | 7 | 355 | 123 | 71 |
| Binary | 110110 | 111111 | 11101100 | 1001101 | 1001001 | 0 | 111 | 11101101 | 1010011 | 111001 |
Color Harmonies of #363FEC
Complementary color
Monochromatic Colors of #363FEC
Black with #363FEC
Text Example
Text Example
White with #363FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FEC; }
p { color: rgb(54,63,236); }
H1.HeaderClassName
{
color: #363FEC;
}
.AnyTagClassName
{
color: #363FEC;
}
</style>
background-color css
<style>
a { background-color: #363FEC; }
a { background-color: rgb(54,63,236); }
div.DivClassName
{
background-color: #363FEC;
}
.BgClassName
{
background-color: #363FEC;
}
</style>
border-color css
<style>
span { border-color: #363FEC; }
span { border-color: rgb(54,63,236); }
td.TdClassName
{
border-color: #363FEC;
}
.TagClassName
{
border-color: #363FEC;
}
</style>