Shades of Neon Blue #3548ED
Tints of Neon Blue #3548ED
RGB
CMYK
RGB Variations
Color information
#3548ED (or 0x3548ED) is known color: Neon Blue. HEX triplet: 35, 48 and ED. RGB value is (53,72,237). Sum of RGB (Red+Green+Blue) = 53+72+237=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #3548ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3548ED is #CAB712. Grayscale: #545454. Windows color (decimal): -13285139 or 15550517. OLE color: 15550517.
HSL color Cylindrical-coordinate representation of color #3548ED: hue angle of 233.8º 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 #3548ED is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 72 | 237 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.07 |
| HSL | 233.8º | 0.84% | 0.57% | - |
| HSV(B) | 233.8º | 0.78% | 0.93% | - |
| XYZ | 19.07 | 11.51 | 81.34 | - |
| YUV | 85.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 237 | 0.78 | 0.70 | 0 | 0.07 | 233.8 | 0.84 | 0.57 |
| Hex | 35 | 48 | ED | 4E | 46 | 0 | 7 | EA | 54 | 39 |
| Octal | 65 | 110 | 355 | 116 | 106 | 0 | 7 | 352 | 124 | 71 |
| Binary | 110101 | 1001000 | 11101101 | 1001110 | 1000110 | 0 | 111 | 11101010 | 1010100 | 111001 |
Color Harmonies of #3548ED
Complementary color
Monochromatic Colors of #3548ED
Black with #3548ED
Text Example
Text Example
White with #3548ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3548ED; }
p { color: rgb(53,72,237); }
H1.HeaderClassName
{
color: #3548ED;
}
.AnyTagClassName
{
color: #3548ED;
}
</style>
background-color css
<style>
a { background-color: #3548ED; }
a { background-color: rgb(53,72,237); }
div.DivClassName
{
background-color: #3548ED;
}
.BgClassName
{
background-color: #3548ED;
}
</style>
border-color css
<style>
span { border-color: #3548ED; }
span { border-color: rgb(53,72,237); }
td.TdClassName
{
border-color: #3548ED;
}
.TagClassName
{
border-color: #3548ED;
}
</style>