Shades of Neon Blue #353CE5
Tints of Neon Blue #353CE5
RGB
CMYK
RGB Variations
Color information
#353CE5 (or 0x353CE5) is known color: Neon Blue. HEX triplet: 35, 3C and E5. RGB value is (53,60,229). Sum of RGB (Red+Green+Blue) = 53+60+229=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #353CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CE5 is #CAC31A. Grayscale: #4C4C4C. Windows color (decimal): -13288219 or 15023157. OLE color: 15023157.
HSL color Cylindrical-coordinate representation of color #353CE5: hue angle of 237.61º 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 #353CE5 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 60 | 229 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.10 |
| HSL | 237.61º | 0.77% | 0.55% | - |
| HSV(B) | 237.61º | 0.77% | 0.9% | - |
| XYZ | 17.23 | 9.65 | 75.08 | - |
| YUV | 77.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 229 | 0.77 | 0.74 | 0 | 0.10 | 237.61 | 0.77 | 0.55 |
| Hex | 35 | 3C | E5 | 4D | 4A | 0 | A | EE | 4D | 37 |
| Octal | 65 | 74 | 345 | 115 | 112 | 0 | 12 | 356 | 115 | 67 |
| Binary | 110101 | 111100 | 11100101 | 1001101 | 1001010 | 0 | 1010 | 11101110 | 1001101 | 110111 |
Color Harmonies of #353CE5
Complementary color
Monochromatic Colors of #353CE5
Black with #353CE5
Text Example
Text Example
White with #353CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CE5; }
p { color: rgb(53,60,229); }
H1.HeaderClassName
{
color: #353CE5;
}
.AnyTagClassName
{
color: #353CE5;
}
</style>
background-color css
<style>
a { background-color: #353CE5; }
a { background-color: rgb(53,60,229); }
div.DivClassName
{
background-color: #353CE5;
}
.BgClassName
{
background-color: #353CE5;
}
</style>
border-color css
<style>
span { border-color: #353CE5; }
span { border-color: rgb(53,60,229); }
td.TdClassName
{
border-color: #353CE5;
}
.TagClassName
{
border-color: #353CE5;
}
</style>