Shades of Neon Blue #353CEB
Tints of Neon Blue #353CEB
RGB
CMYK
RGB Variations
Color information
#353CEB (or 0x353CEB) is known color: Neon Blue. HEX triplet: 35, 3C and EB. RGB value is (53,60,235). Sum of RGB (Red+Green+Blue) = 53+60+235=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #353CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353CEB is #CAC314. Grayscale: #4D4D4D. Windows color (decimal): -13288213 or 15416373. OLE color: 15416373.
HSL color Cylindrical-coordinate representation of color #353CEB: hue angle of 237.69º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353CEB is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 60 | 235 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.08 |
| HSL | 237.69º | 0.82% | 0.56% | - |
| HSV(B) | 237.69º | 0.77% | 0.92% | - |
| XYZ | 18.08 | 9.99 | 79.57 | - |
| YUV | 77.86 | 216.68 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 235 | 0.77 | 0.74 | 0 | 0.08 | 237.69 | 0.82 | 0.56 |
| Hex | 35 | 3C | EB | 4D | 4A | 0 | 8 | EE | 52 | 38 |
| Octal | 65 | 74 | 353 | 115 | 112 | 0 | 10 | 356 | 122 | 70 |
| Binary | 110101 | 111100 | 11101011 | 1001101 | 1001010 | 0 | 1000 | 11101110 | 1010010 | 111000 |
Color Harmonies of #353CEB
Complementary color
Monochromatic Colors of #353CEB
Black with #353CEB
Text Example
Text Example
White with #353CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CEB; }
p { color: rgb(53,60,235); }
H1.HeaderClassName
{
color: #353CEB;
}
.AnyTagClassName
{
color: #353CEB;
}
</style>
background-color css
<style>
a { background-color: #353CEB; }
a { background-color: rgb(53,60,235); }
div.DivClassName
{
background-color: #353CEB;
}
.BgClassName
{
background-color: #353CEB;
}
</style>
border-color css
<style>
span { border-color: #353CEB; }
span { border-color: rgb(53,60,235); }
td.TdClassName
{
border-color: #353CEB;
}
.TagClassName
{
border-color: #353CEB;
}
</style>