Shades of Neon Blue #363BEB
Tints of Neon Blue #363BEB
RGB
CMYK
RGB Variations
Color information
#363BEB (or 0x363BEB) is known color: Neon Blue. HEX triplet: 36, 3B and EB. RGB value is (54,59,235). Sum of RGB (Red+Green+Blue) = 54+59+235=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #363BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BEB is #C9C414. Grayscale: #4C4C4C. Windows color (decimal): -13222933 or 15416118. OLE color: 15416118.
HSL color Cylindrical-coordinate representation of color #363BEB: hue angle of 238.34º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363BEB is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 59 | 235 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.08 |
| HSL | 238.34º | 0.82% | 0.57% | - |
| HSV(B) | 238.34º | 0.77% | 0.92% | - |
| XYZ | 18.08 | 9.91 | 79.56 | - |
| YUV | 77.57 | 216.84 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 235 | 0.77 | 0.75 | 0 | 0.08 | 238.34 | 0.82 | 0.57 |
| Hex | 36 | 3B | EB | 4D | 4B | 0 | 8 | EE | 52 | 39 |
| Octal | 66 | 73 | 353 | 115 | 113 | 0 | 10 | 356 | 122 | 71 |
| Binary | 110110 | 111011 | 11101011 | 1001101 | 1001011 | 0 | 1000 | 11101110 | 1010010 | 111001 |
Color Harmonies of #363BEB
Complementary color
Monochromatic Colors of #363BEB
Black with #363BEB
Text Example
Text Example
White with #363BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BEB; }
p { color: rgb(54,59,235); }
H1.HeaderClassName
{
color: #363BEB;
}
.AnyTagClassName
{
color: #363BEB;
}
</style>
background-color css
<style>
a { background-color: #363BEB; }
a { background-color: rgb(54,59,235); }
div.DivClassName
{
background-color: #363BEB;
}
.BgClassName
{
background-color: #363BEB;
}
</style>
border-color css
<style>
span { border-color: #363BEB; }
span { border-color: rgb(54,59,235); }
td.TdClassName
{
border-color: #363BEB;
}
.TagClassName
{
border-color: #363BEB;
}
</style>