Shades of Neon Blue #363CE6
Tints of Neon Blue #363CE6
RGB
CMYK
RGB Variations
Color information
#363CE6 (or 0x363CE6) is known color: Neon Blue. HEX triplet: 36, 3C and E6. RGB value is (54,60,230). Sum of RGB (Red+Green+Blue) = 54+60+230=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #363CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CE6 is #C9C319. Grayscale: #4C4C4C. Windows color (decimal): -13222682 or 15088694. OLE color: 15088694.
HSL color Cylindrical-coordinate representation of color #363CE6: hue angle of 237.95º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363CE6 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 60 | 230 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.10 |
| HSL | 237.95º | 0.78% | 0.56% | - |
| HSV(B) | 237.95º | 0.77% | 0.9% | - |
| XYZ | 17.42 | 9.73 | 75.82 | - |
| YUV | 77.59 | 214.01 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 230 | 0.77 | 0.74 | 0 | 0.10 | 237.95 | 0.78 | 0.56 |
| Hex | 36 | 3C | E6 | 4D | 4A | 0 | A | EE | 4E | 38 |
| Octal | 66 | 74 | 346 | 115 | 112 | 0 | 12 | 356 | 116 | 70 |
| Binary | 110110 | 111100 | 11100110 | 1001101 | 1001010 | 0 | 1010 | 11101110 | 1001110 | 111000 |
Color Harmonies of #363CE6
Complementary color
Monochromatic Colors of #363CE6
Black with #363CE6
Text Example
Text Example
White with #363CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CE6; }
p { color: rgb(54,60,230); }
H1.HeaderClassName
{
color: #363CE6;
}
.AnyTagClassName
{
color: #363CE6;
}
</style>
background-color css
<style>
a { background-color: #363CE6; }
a { background-color: rgb(54,60,230); }
div.DivClassName
{
background-color: #363CE6;
}
.BgClassName
{
background-color: #363CE6;
}
</style>
border-color css
<style>
span { border-color: #363CE6; }
span { border-color: rgb(54,60,230); }
td.TdClassName
{
border-color: #363CE6;
}
.TagClassName
{
border-color: #363CE6;
}
</style>