Shades of Neon Blue #354DEC
Tints of Neon Blue #354DEC
RGB
CMYK
RGB Variations
Color information
#354DEC (or 0x354DEC) is known color: Neon Blue. HEX triplet: 35, 4D and EC. RGB value is (53,77,236). Sum of RGB (Red+Green+Blue) = 53+77+236=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #354DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354DEC is #CAB213. Grayscale: #575757. Windows color (decimal): -13283860 or 15486261. OLE color: 15486261.
HSL color Cylindrical-coordinate representation of color #354DEC: hue angle of 232.13º degrees, saturation: 0.83, 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 #354DEC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 77 | 236 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.07 |
| HSL | 232.13º | 0.83% | 0.57% | - |
| HSV(B) | 232.13º | 0.78% | 0.93% | - |
| XYZ | 19.26 | 12.12 | 80.68 | - |
| YUV | 87.95 | 211.55 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 236 | 0.78 | 0.67 | 0 | 0.07 | 232.13 | 0.83 | 0.57 |
| Hex | 35 | 4D | EC | 4E | 43 | 0 | 7 | E8 | 53 | 39 |
| Octal | 65 | 115 | 354 | 116 | 103 | 0 | 7 | 350 | 123 | 71 |
| Binary | 110101 | 1001101 | 11101100 | 1001110 | 1000011 | 0 | 111 | 11101000 | 1010011 | 111001 |
Color Harmonies of #354DEC
Complementary color
Monochromatic Colors of #354DEC
Black with #354DEC
Text Example
Text Example
White with #354DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DEC; }
p { color: rgb(53,77,236); }
H1.HeaderClassName
{
color: #354DEC;
}
.AnyTagClassName
{
color: #354DEC;
}
</style>
background-color css
<style>
a { background-color: #354DEC; }
a { background-color: rgb(53,77,236); }
div.DivClassName
{
background-color: #354DEC;
}
.BgClassName
{
background-color: #354DEC;
}
</style>
border-color css
<style>
span { border-color: #354DEC; }
span { border-color: rgb(53,77,236); }
td.TdClassName
{
border-color: #354DEC;
}
.TagClassName
{
border-color: #354DEC;
}
</style>