Shades of Neon Blue #353BE2
Tints of Neon Blue #353BE2
RGB
CMYK
RGB Variations
Color information
#353BE2 (or 0x353BE2) is known color: Neon Blue. HEX triplet: 35, 3B and E2. RGB value is (53,59,226). Sum of RGB (Red+Green+Blue) = 53+59+226=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 226 (88.67% from 255 or 66.86% from 338); Max value from RGB is 226 - color contains mainly: blue. Hex color #353BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BE2 is #CAC41D. Grayscale: #4B4B4B. Windows color (decimal): -13288478 or 14826293. OLE color: 14826293.
HSL color Cylindrical-coordinate representation of color #353BE2: hue angle of 237.92º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353BE2 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 59 | 226 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.11 |
| HSL | 237.92º | 0.75% | 0.55% | - |
| HSV(B) | 237.92º | 0.77% | 0.89% | - |
| XYZ | 16.76 | 9.38 | 72.88 | - |
| YUV | 76.24 | 212.51 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 226 | 0.77 | 0.74 | 0 | 0.11 | 237.92 | 0.75 | 0.55 |
| Hex | 35 | 3B | E2 | 4D | 4A | 0 | B | EE | 4B | 37 |
| Octal | 65 | 73 | 342 | 115 | 112 | 0 | 13 | 356 | 113 | 67 |
| Binary | 110101 | 111011 | 11100010 | 1001101 | 1001010 | 0 | 1011 | 11101110 | 1001011 | 110111 |
Color Harmonies of #353BE2
Complementary color
Monochromatic Colors of #353BE2
Black with #353BE2
Text Example
Text Example
White with #353BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BE2; }
p { color: rgb(53,59,226); }
H1.HeaderClassName
{
color: #353BE2;
}
.AnyTagClassName
{
color: #353BE2;
}
</style>
background-color css
<style>
a { background-color: #353BE2; }
a { background-color: rgb(53,59,226); }
div.DivClassName
{
background-color: #353BE2;
}
.BgClassName
{
background-color: #353BE2;
}
</style>
border-color css
<style>
span { border-color: #353BE2; }
span { border-color: rgb(53,59,226); }
td.TdClassName
{
border-color: #353BE2;
}
.TagClassName
{
border-color: #353BE2;
}
</style>