Shades of Neon Blue #353BEB
Tints of Neon Blue #353BEB
RGB
CMYK
RGB Variations
Color information
#353BEB (or 0x353BEB) is known color: Neon Blue. HEX triplet: 35, 3B and EB. RGB value is (53,59,235). Sum of RGB (Red+Green+Blue) = 53+59+235=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #353BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353BEB is #CAC414. Grayscale: #4C4C4C. Windows color (decimal): -13288469 or 15416117. OLE color: 15416117.
HSL color Cylindrical-coordinate representation of color #353BEB: hue angle of 238.02º 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 #353BEB is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 59 | 235 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.08 |
| HSL | 238.02º | 0.82% | 0.56% | - |
| HSV(B) | 238.02º | 0.77% | 0.92% | - |
| XYZ | 18.03 | 9.88 | 79.55 | - |
| YUV | 77.27 | 217.01 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 235 | 0.77 | 0.75 | 0 | 0.08 | 238.02 | 0.82 | 0.56 |
| Hex | 35 | 3B | EB | 4D | 4B | 0 | 8 | EE | 52 | 38 |
| Octal | 65 | 73 | 353 | 115 | 113 | 0 | 10 | 356 | 122 | 70 |
| Binary | 110101 | 111011 | 11101011 | 1001101 | 1001011 | 0 | 1000 | 11101110 | 1010010 | 111000 |
Color Harmonies of #353BEB
Complementary color
Monochromatic Colors of #353BEB
Black with #353BEB
Text Example
Text Example
White with #353BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BEB; }
p { color: rgb(53,59,235); }
H1.HeaderClassName
{
color: #353BEB;
}
.AnyTagClassName
{
color: #353BEB;
}
</style>
background-color css
<style>
a { background-color: #353BEB; }
a { background-color: rgb(53,59,235); }
div.DivClassName
{
background-color: #353BEB;
}
.BgClassName
{
background-color: #353BEB;
}
</style>
border-color css
<style>
span { border-color: #353BEB; }
span { border-color: rgb(53,59,235); }
td.TdClassName
{
border-color: #353BEB;
}
.TagClassName
{
border-color: #353BEB;
}
</style>