Shades of Neon Blue #354CEC
Tints of Neon Blue #354CEC
RGB
CMYK
RGB Variations
Color information
#354CEC (or 0x354CEC) is known color: Neon Blue. HEX triplet: 35, 4C and EC. RGB value is (53,76,236). Sum of RGB (Red+Green+Blue) = 53+76+236=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #354CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CEC is #CAB313. Grayscale: #565656. Windows color (decimal): -13284116 or 15486005. OLE color: 15486005.
HSL color Cylindrical-coordinate representation of color #354CEC: hue angle of 232.46º 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 #354CEC is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 76 | 236 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.07 |
| HSL | 232.46º | 0.83% | 0.57% | - |
| HSV(B) | 232.46º | 0.78% | 0.93% | - |
| XYZ | 19.19 | 11.98 | 80.66 | - |
| YUV | 87.36 | 211.88 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 236 | 0.78 | 0.68 | 0 | 0.07 | 232.46 | 0.83 | 0.57 |
| Hex | 35 | 4C | EC | 4E | 44 | 0 | 7 | E8 | 53 | 39 |
| Octal | 65 | 114 | 354 | 116 | 104 | 0 | 7 | 350 | 123 | 71 |
| Binary | 110101 | 1001100 | 11101100 | 1001110 | 1000100 | 0 | 111 | 11101000 | 1010011 | 111001 |
Color Harmonies of #354CEC
Complementary color
Monochromatic Colors of #354CEC
Black with #354CEC
Text Example
Text Example
White with #354CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CEC; }
p { color: rgb(53,76,236); }
H1.HeaderClassName
{
color: #354CEC;
}
.AnyTagClassName
{
color: #354CEC;
}
</style>
background-color css
<style>
a { background-color: #354CEC; }
a { background-color: rgb(53,76,236); }
div.DivClassName
{
background-color: #354CEC;
}
.BgClassName
{
background-color: #354CEC;
}
</style>
border-color css
<style>
span { border-color: #354CEC; }
span { border-color: rgb(53,76,236); }
td.TdClassName
{
border-color: #354CEC;
}
.TagClassName
{
border-color: #354CEC;
}
</style>