Shades of Neon Blue #353AE5
Tints of Neon Blue #353AE5
RGB
CMYK
RGB Variations
Color information
#353AE5 (or 0x353AE5) is known color: Neon Blue. HEX triplet: 35, 3A and E5. RGB value is (53,58,229). Sum of RGB (Red+Green+Blue) = 53+58+229=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 229 (89.84% from 255 or 67.35% from 340); Max value from RGB is 229 - color contains mainly: blue. Hex color #353AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AE5 is #CAC51A. Grayscale: #4B4B4B. Windows color (decimal): -13288731 or 15022645. OLE color: 15022645.
HSL color Cylindrical-coordinate representation of color #353AE5: hue angle of 238.3º degrees, saturation: 0.77, 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 #353AE5 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 58 | 229 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.10 |
| HSL | 238.3º | 0.77% | 0.55% | - |
| HSV(B) | 238.3º | 0.77% | 0.9% | - |
| XYZ | 17.12 | 9.44 | 75.05 | - |
| YUV | 76 | 214.34 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 229 | 0.77 | 0.75 | 0 | 0.10 | 238.3 | 0.77 | 0.55 |
| Hex | 35 | 3A | E5 | 4D | 4B | 0 | A | EE | 4D | 37 |
| Octal | 65 | 72 | 345 | 115 | 113 | 0 | 12 | 356 | 115 | 67 |
| Binary | 110101 | 111010 | 11100101 | 1001101 | 1001011 | 0 | 1010 | 11101110 | 1001101 | 110111 |
Color Harmonies of #353AE5
Complementary color
Monochromatic Colors of #353AE5
Black with #353AE5
Text Example
Text Example
White with #353AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AE5; }
p { color: rgb(53,58,229); }
H1.HeaderClassName
{
color: #353AE5;
}
.AnyTagClassName
{
color: #353AE5;
}
</style>
background-color css
<style>
a { background-color: #353AE5; }
a { background-color: rgb(53,58,229); }
div.DivClassName
{
background-color: #353AE5;
}
.BgClassName
{
background-color: #353AE5;
}
</style>
border-color css
<style>
span { border-color: #353AE5; }
span { border-color: rgb(53,58,229); }
td.TdClassName
{
border-color: #353AE5;
}
.TagClassName
{
border-color: #353AE5;
}
</style>