Shades of Neon Blue #353EE6
Tints of Neon Blue #353EE6
RGB
CMYK
RGB Variations
Color information
#353EE6 (or 0x353EE6) is known color: Neon Blue. HEX triplet: 35, 3E and E6. RGB value is (53,62,230). Sum of RGB (Red+Green+Blue) = 53+62+230=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #353EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EE6 is #CAC119. Grayscale: #4D4D4D. Windows color (decimal): -13287706 or 15089205. OLE color: 15089205.
HSL color Cylindrical-coordinate representation of color #353EE6: hue angle of 236.95º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353EE6 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 62 | 230 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.10 |
| HSL | 236.95º | 0.78% | 0.55% | - |
| HSV(B) | 236.95º | 0.77% | 0.9% | - |
| XYZ | 17.47 | 9.92 | 75.86 | - |
| YUV | 78.46 | 213.52 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 230 | 0.77 | 0.73 | 0 | 0.10 | 236.95 | 0.78 | 0.55 |
| Hex | 35 | 3E | E6 | 4D | 49 | 0 | A | ED | 4E | 37 |
| Octal | 65 | 76 | 346 | 115 | 111 | 0 | 12 | 355 | 116 | 67 |
| Binary | 110101 | 111110 | 11100110 | 1001101 | 1001001 | 0 | 1010 | 11101101 | 1001110 | 110111 |
Color Harmonies of #353EE6
Complementary color
Monochromatic Colors of #353EE6
Black with #353EE6
Text Example
Text Example
White with #353EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EE6; }
p { color: rgb(53,62,230); }
H1.HeaderClassName
{
color: #353EE6;
}
.AnyTagClassName
{
color: #353EE6;
}
</style>
background-color css
<style>
a { background-color: #353EE6; }
a { background-color: rgb(53,62,230); }
div.DivClassName
{
background-color: #353EE6;
}
.BgClassName
{
background-color: #353EE6;
}
</style>
border-color css
<style>
span { border-color: #353EE6; }
span { border-color: rgb(53,62,230); }
td.TdClassName
{
border-color: #353EE6;
}
.TagClassName
{
border-color: #353EE6;
}
</style>