Shades of Neon Blue #353CED
Tints of Neon Blue #353CED
RGB
CMYK
RGB Variations
Color information
#353CED (or 0x353CED) is known color: Neon Blue. HEX triplet: 35, 3C and ED. RGB value is (53,60,237). Sum of RGB (Red+Green+Blue) = 53+60+237=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #353CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353CED is #CAC312. Grayscale: #4D4D4D. Windows color (decimal): -13288211 or 15547445. OLE color: 15547445.
HSL color Cylindrical-coordinate representation of color #353CED: hue angle of 237.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353CED is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 60 | 237 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.07 |
| HSL | 237.72º | 0.84% | 0.57% | - |
| HSV(B) | 237.72º | 0.78% | 0.93% | - |
| XYZ | 18.37 | 10.1 | 81.1 | - |
| YUV | 78.09 | 217.68 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 237 | 0.78 | 0.75 | 0 | 0.07 | 237.72 | 0.84 | 0.57 |
| Hex | 35 | 3C | ED | 4E | 4B | 0 | 7 | EE | 54 | 39 |
| Octal | 65 | 74 | 355 | 116 | 113 | 0 | 7 | 356 | 124 | 71 |
| Binary | 110101 | 111100 | 11101101 | 1001110 | 1001011 | 0 | 111 | 11101110 | 1010100 | 111001 |
Color Harmonies of #353CED
Complementary color
Monochromatic Colors of #353CED
Black with #353CED
Text Example
Text Example
White with #353CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CED; }
p { color: rgb(53,60,237); }
H1.HeaderClassName
{
color: #353CED;
}
.AnyTagClassName
{
color: #353CED;
}
</style>
background-color css
<style>
a { background-color: #353CED; }
a { background-color: rgb(53,60,237); }
div.DivClassName
{
background-color: #353CED;
}
.BgClassName
{
background-color: #353CED;
}
</style>
border-color css
<style>
span { border-color: #353CED; }
span { border-color: rgb(53,60,237); }
td.TdClassName
{
border-color: #353CED;
}
.TagClassName
{
border-color: #353CED;
}
</style>