Shades of Neon Blue #362EF4
Tints of Neon Blue #362EF4
RGB
CMYK
RGB Variations
Color information
#362EF4 (or 0x362EF4) is known color: Neon Blue. HEX triplet: 36, 2E and F4. RGB value is (54,46,244). Sum of RGB (Red+Green+Blue) = 54+46+244=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 244 (95.70% from 255 or 70.93% from 344); Max value from RGB is 244 - color contains mainly: blue. Hex color #362EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362EF4 is #C9D10B. Grayscale: #464646. Windows color (decimal): -13226252 or 16002614. OLE color: 16002614.
HSL color Cylindrical-coordinate representation of color #362EF4: hue angle of 242.42º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362EF4 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 46 | 244 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.04 |
| HSL | 242.42º | 0.9% | 0.57% | - |
| HSV(B) | 242.42º | 0.81% | 0.96% | - |
| XYZ | 18.83 | 9.27 | 86.38 | - |
| YUV | 70.96 | 225.65 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 244 | 0.78 | 0.81 | 0 | 0.04 | 242.42 | 0.9 | 0.57 |
| Hex | 36 | 2E | F4 | 4E | 51 | 0 | 4 | F2 | 5A | 39 |
| Octal | 66 | 56 | 364 | 116 | 121 | 0 | 4 | 362 | 132 | 71 |
| Binary | 110110 | 101110 | 11110100 | 1001110 | 1010001 | 0 | 100 | 11110010 | 1011010 | 111001 |
Color Harmonies of #362EF4
Complementary color
Monochromatic Colors of #362EF4
Black with #362EF4
Text Example
Text Example
White with #362EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362EF4; }
p { color: rgb(54,46,244); }
H1.HeaderClassName
{
color: #362EF4;
}
.AnyTagClassName
{
color: #362EF4;
}
</style>
background-color css
<style>
a { background-color: #362EF4; }
a { background-color: rgb(54,46,244); }
div.DivClassName
{
background-color: #362EF4;
}
.BgClassName
{
background-color: #362EF4;
}
</style>
border-color css
<style>
span { border-color: #362EF4; }
span { border-color: rgb(54,46,244); }
td.TdClassName
{
border-color: #362EF4;
}
.TagClassName
{
border-color: #362EF4;
}
</style>