Shades of Neon Blue #354FED
Tints of Neon Blue #354FED
RGB
CMYK
RGB Variations
Color information
#354FED (or 0x354FED) is known color: Neon Blue. HEX triplet: 35, 4F and ED. RGB value is (53,79,237). Sum of RGB (Red+Green+Blue) = 53+79+237=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #354FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FED is #CAB012. Grayscale: #585858. Windows color (decimal): -13283347 or 15552309. OLE color: 15552309.
HSL color Cylindrical-coordinate representation of color #354FED: hue angle of 231.52º 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 #354FED is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 79 | 237 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.07 |
| HSL | 231.52º | 0.84% | 0.57% | - |
| HSV(B) | 231.52º | 0.78% | 0.93% | - |
| XYZ | 19.55 | 12.46 | 81.5 | - |
| YUV | 89.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 237 | 0.78 | 0.67 | 0 | 0.07 | 231.52 | 0.84 | 0.57 |
| Hex | 35 | 4F | ED | 4E | 43 | 0 | 7 | E8 | 54 | 39 |
| Octal | 65 | 117 | 355 | 116 | 103 | 0 | 7 | 350 | 124 | 71 |
| Binary | 110101 | 1001111 | 11101101 | 1001110 | 1000011 | 0 | 111 | 11101000 | 1010100 | 111001 |
Color Harmonies of #354FED
Complementary color
Monochromatic Colors of #354FED
Black with #354FED
Text Example
Text Example
White with #354FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FED; }
p { color: rgb(53,79,237); }
H1.HeaderClassName
{
color: #354FED;
}
.AnyTagClassName
{
color: #354FED;
}
</style>
background-color css
<style>
a { background-color: #354FED; }
a { background-color: rgb(53,79,237); }
div.DivClassName
{
background-color: #354FED;
}
.BgClassName
{
background-color: #354FED;
}
</style>
border-color css
<style>
span { border-color: #354FED; }
span { border-color: rgb(53,79,237); }
td.TdClassName
{
border-color: #354FED;
}
.TagClassName
{
border-color: #354FED;
}
</style>