Shades of Neon Blue #353FEB
Tints of Neon Blue #353FEB
RGB
CMYK
RGB Variations
Color information
#353FEB (or 0x353FEB) is known color: Neon Blue. HEX triplet: 35, 3F and EB. RGB value is (53,63,235). Sum of RGB (Red+Green+Blue) = 53+63+235=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #353FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FEB is #CAC014. Grayscale: #4E4E4E. Windows color (decimal): -13287445 or 15417141. OLE color: 15417141.
HSL color Cylindrical-coordinate representation of color #353FEB: hue angle of 236.7º 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 #353FEB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 63 | 235 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.08 |
| HSL | 236.7º | 0.82% | 0.56% | - |
| HSV(B) | 236.7º | 0.77% | 0.92% | - |
| XYZ | 18.24 | 10.31 | 79.63 | - |
| YUV | 79.62 | 215.69 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 235 | 0.77 | 0.73 | 0 | 0.08 | 236.7 | 0.82 | 0.56 |
| Hex | 35 | 3F | EB | 4D | 49 | 0 | 8 | ED | 52 | 38 |
| Octal | 65 | 77 | 353 | 115 | 111 | 0 | 10 | 355 | 122 | 70 |
| Binary | 110101 | 111111 | 11101011 | 1001101 | 1001001 | 0 | 1000 | 11101101 | 1010010 | 111000 |
Color Harmonies of #353FEB
Complementary color
Monochromatic Colors of #353FEB
Black with #353FEB
Text Example
Text Example
White with #353FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FEB; }
p { color: rgb(53,63,235); }
H1.HeaderClassName
{
color: #353FEB;
}
.AnyTagClassName
{
color: #353FEB;
}
</style>
background-color css
<style>
a { background-color: #353FEB; }
a { background-color: rgb(53,63,235); }
div.DivClassName
{
background-color: #353FEB;
}
.BgClassName
{
background-color: #353FEB;
}
</style>
border-color css
<style>
span { border-color: #353FEB; }
span { border-color: rgb(53,63,235); }
td.TdClassName
{
border-color: #353FEB;
}
.TagClassName
{
border-color: #353FEB;
}
</style>