Shades of Neon Blue #362EFB
Tints of Neon Blue #362EFB
RGB
CMYK
RGB Variations
Color information
#362EFB (or 0x362EFB) is known color: Neon Blue. HEX triplet: 36, 2E and FB. RGB value is (54,46,251). Sum of RGB (Red+Green+Blue) = 54+46+251=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #362EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362EFB is #C9D104. Grayscale: #464646. Windows color (decimal): -13226245 or 16461366. OLE color: 16461366.
HSL color Cylindrical-coordinate representation of color #362EFB: hue angle of 242.34º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362EFB is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 46 | 251 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.02 |
| HSL | 242.34º | 0.96% | 0.58% | - |
| HSV(B) | 242.34º | 0.82% | 0.98% | - |
| XYZ | 19.91 | 9.7 | 92.09 | - |
| YUV | 71.76 | 229.15 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 251 | 0.78 | 0.82 | 0 | 0.02 | 242.34 | 0.96 | 0.58 |
| Hex | 36 | 2E | FB | 4E | 52 | 0 | 2 | F2 | 60 | 3A |
| Octal | 66 | 56 | 373 | 116 | 122 | 0 | 2 | 362 | 140 | 72 |
| Binary | 110110 | 101110 | 11111011 | 1001110 | 1010010 | 0 | 10 | 11110010 | 1100000 | 111010 |
Color Harmonies of #362EFB
Complementary color
Monochromatic Colors of #362EFB
Black with #362EFB
Text Example
Text Example
White with #362EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362EFB; }
p { color: rgb(54,46,251); }
H1.HeaderClassName
{
color: #362EFB;
}
.AnyTagClassName
{
color: #362EFB;
}
</style>
background-color css
<style>
a { background-color: #362EFB; }
a { background-color: rgb(54,46,251); }
div.DivClassName
{
background-color: #362EFB;
}
.BgClassName
{
background-color: #362EFB;
}
</style>
border-color css
<style>
span { border-color: #362EFB; }
span { border-color: rgb(54,46,251); }
td.TdClassName
{
border-color: #362EFB;
}
.TagClassName
{
border-color: #362EFB;
}
</style>