Shades of Neon Blue #353EE3
Tints of Neon Blue #353EE3
RGB
CMYK
RGB Variations
Color information
#353EE3 (or 0x353EE3) is known color: Neon Blue. HEX triplet: 35, 3E and E3. RGB value is (53,62,227). Sum of RGB (Red+Green+Blue) = 53+62+227=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 227 (89.06% from 255 or 66.37% from 342); Max value from RGB is 227 - color contains mainly: blue. Hex color #353EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EE3 is #CAC11C. Grayscale: #4D4D4D. Windows color (decimal): -13287709 or 14892597. OLE color: 14892597.
HSL color Cylindrical-coordinate representation of color #353EE3: hue angle of 236.9º degrees, saturation: 0.76, 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 #353EE3 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 62 | 227 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.11 |
| HSL | 236.9º | 0.76% | 0.55% | - |
| HSV(B) | 236.9º | 0.77% | 0.89% | - |
| XYZ | 17.06 | 9.75 | 73.66 | - |
| YUV | 78.12 | 212.02 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 227 | 0.77 | 0.73 | 0 | 0.11 | 236.9 | 0.76 | 0.55 |
| Hex | 35 | 3E | E3 | 4D | 49 | 0 | B | ED | 4C | 37 |
| Octal | 65 | 76 | 343 | 115 | 111 | 0 | 13 | 355 | 114 | 67 |
| Binary | 110101 | 111110 | 11100011 | 1001101 | 1001001 | 0 | 1011 | 11101101 | 1001100 | 110111 |
Color Harmonies of #353EE3
Complementary color
Monochromatic Colors of #353EE3
Black with #353EE3
Text Example
Text Example
White with #353EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EE3; }
p { color: rgb(53,62,227); }
H1.HeaderClassName
{
color: #353EE3;
}
.AnyTagClassName
{
color: #353EE3;
}
</style>
background-color css
<style>
a { background-color: #353EE3; }
a { background-color: rgb(53,62,227); }
div.DivClassName
{
background-color: #353EE3;
}
.BgClassName
{
background-color: #353EE3;
}
</style>
border-color css
<style>
span { border-color: #353EE3; }
span { border-color: rgb(53,62,227); }
td.TdClassName
{
border-color: #353EE3;
}
.TagClassName
{
border-color: #353EE3;
}
</style>