Shades of Neon Blue #362FEB
Tints of Neon Blue #362FEB
RGB
CMYK
RGB Variations
Color information
#362FEB (or 0x362FEB) is known color: Neon Blue. HEX triplet: 36, 2F and EB. RGB value is (54,47,235). Sum of RGB (Red+Green+Blue) = 54+47+235=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #362FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362FEB is #C9D014. Grayscale: #454545. Windows color (decimal): -13226005 or 15413046. OLE color: 15413046.
HSL color Cylindrical-coordinate representation of color #362FEB: hue angle of 242.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362FEB is Cyan = 0.77, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 47 | 235 | - |
| CMYK | 0.77 | 0.8 | 0 | 0.08 |
| HSL | 242.23º | 0.82% | 0.55% | - |
| HSV(B) | 242.23º | 0.8% | 0.92% | - |
| XYZ | 17.53 | 8.82 | 79.37 | - |
| YUV | 70.53 | 220.82 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 235 | 0.77 | 0.8 | 0 | 0.08 | 242.23 | 0.82 | 0.55 |
| Hex | 36 | 2F | EB | 4D | 50 | 0 | 8 | F2 | 52 | 37 |
| Octal | 66 | 57 | 353 | 115 | 120 | 0 | 10 | 362 | 122 | 67 |
| Binary | 110110 | 101111 | 11101011 | 1001101 | 1010000 | 0 | 1000 | 11110010 | 1010010 | 110111 |
Color Harmonies of #362FEB
Complementary color
Monochromatic Colors of #362FEB
Black with #362FEB
Text Example
Text Example
White with #362FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362FEB; }
p { color: rgb(54,47,235); }
H1.HeaderClassName
{
color: #362FEB;
}
.AnyTagClassName
{
color: #362FEB;
}
</style>
background-color css
<style>
a { background-color: #362FEB; }
a { background-color: rgb(54,47,235); }
div.DivClassName
{
background-color: #362FEB;
}
.BgClassName
{
background-color: #362FEB;
}
</style>
border-color css
<style>
span { border-color: #362FEB; }
span { border-color: rgb(54,47,235); }
td.TdClassName
{
border-color: #362FEB;
}
.TagClassName
{
border-color: #362FEB;
}
</style>