Shades of Neon Blue #362EF3
Tints of Neon Blue #362EF3
RGB
CMYK
RGB Variations
Color information
#362EF3 (or 0x362EF3) is known color: Neon Blue. HEX triplet: 36, 2E and F3. RGB value is (54,46,243). Sum of RGB (Red+Green+Blue) = 54+46+243=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 243 (95.31% from 255 or 70.85% from 343); Max value from RGB is 243 - color contains mainly: blue. Hex color #362EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362EF3 is #C9D10C. Grayscale: #464646. Windows color (decimal): -13226253 or 15937078. OLE color: 15937078.
HSL color Cylindrical-coordinate representation of color #362EF3: hue angle of 242.44º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362EF3 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 46 | 243 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.05 |
| HSL | 242.44º | 0.89% | 0.57% | - |
| HSV(B) | 242.44º | 0.81% | 0.95% | - |
| XYZ | 18.68 | 9.21 | 85.59 | - |
| YUV | 70.85 | 225.15 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 243 | 0.78 | 0.81 | 0 | 0.05 | 242.44 | 0.89 | 0.57 |
| Hex | 36 | 2E | F3 | 4E | 51 | 0 | 5 | F2 | 59 | 39 |
| Octal | 66 | 56 | 363 | 116 | 121 | 0 | 5 | 362 | 131 | 71 |
| Binary | 110110 | 101110 | 11110011 | 1001110 | 1010001 | 0 | 101 | 11110010 | 1011001 | 111001 |
Color Harmonies of #362EF3
Complementary color
Monochromatic Colors of #362EF3
Black with #362EF3
Text Example
Text Example
White with #362EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362EF3; }
p { color: rgb(54,46,243); }
H1.HeaderClassName
{
color: #362EF3;
}
.AnyTagClassName
{
color: #362EF3;
}
</style>
background-color css
<style>
a { background-color: #362EF3; }
a { background-color: rgb(54,46,243); }
div.DivClassName
{
background-color: #362EF3;
}
.BgClassName
{
background-color: #362EF3;
}
</style>
border-color css
<style>
span { border-color: #362EF3; }
span { border-color: rgb(54,46,243); }
td.TdClassName
{
border-color: #362EF3;
}
.TagClassName
{
border-color: #362EF3;
}
</style>