Shades of Neon Blue #3543ED
Tints of Neon Blue #3543ED
RGB
CMYK
RGB Variations
Color information
#3543ED (or 0x3543ED) is known color: Neon Blue. HEX triplet: 35, 43 and ED. RGB value is (53,67,237). Sum of RGB (Red+Green+Blue) = 53+67+237=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #3543ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3543ED is #CABC12. Grayscale: #515151. Windows color (decimal): -13286419 or 15549237. OLE color: 15549237.
HSL color Cylindrical-coordinate representation of color #3543ED: hue angle of 235.43º 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 #3543ED is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 67 | 237 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.07 |
| HSL | 235.43º | 0.84% | 0.57% | - |
| HSV(B) | 235.43º | 0.78% | 0.93% | - |
| XYZ | 18.76 | 10.89 | 81.23 | - |
| YUV | 82.19 | 215.36 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 237 | 0.78 | 0.72 | 0 | 0.07 | 235.43 | 0.84 | 0.57 |
| Hex | 35 | 43 | ED | 4E | 48 | 0 | 7 | EB | 54 | 39 |
| Octal | 65 | 103 | 355 | 116 | 110 | 0 | 7 | 353 | 124 | 71 |
| Binary | 110101 | 1000011 | 11101101 | 1001110 | 1001000 | 0 | 111 | 11101011 | 1010100 | 111001 |
Color Harmonies of #3543ED
Complementary color
Monochromatic Colors of #3543ED
Black with #3543ED
Text Example
Text Example
White with #3543ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3543ED; }
p { color: rgb(53,67,237); }
H1.HeaderClassName
{
color: #3543ED;
}
.AnyTagClassName
{
color: #3543ED;
}
</style>
background-color css
<style>
a { background-color: #3543ED; }
a { background-color: rgb(53,67,237); }
div.DivClassName
{
background-color: #3543ED;
}
.BgClassName
{
background-color: #3543ED;
}
</style>
border-color css
<style>
span { border-color: #3543ED; }
span { border-color: rgb(53,67,237); }
td.TdClassName
{
border-color: #3543ED;
}
.TagClassName
{
border-color: #3543ED;
}
</style>