Shades of Neon Blue #3544E6
Tints of Neon Blue #3544E6
RGB
CMYK
RGB Variations
Color information
#3544E6 (or 0x3544E6) is known color: Neon Blue. HEX triplet: 35, 44 and E6. RGB value is (53,68,230). Sum of RGB (Red+Green+Blue) = 53+68+230=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 230 (90.23% from 255 or 65.53% from 351); Max value from RGB is 230 - color contains mainly: blue. Hex color #3544E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3544E6 is #CABB19. Grayscale: #515151. Windows color (decimal): -13286170 or 15090741. OLE color: 15090741.
HSL color Cylindrical-coordinate representation of color #3544E6: hue angle of 234.92º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3544E6 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 68 | 230 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.10 |
| HSL | 234.92º | 0.78% | 0.55% | - |
| HSV(B) | 234.92º | 0.77% | 0.9% | - |
| XYZ | 17.82 | 10.6 | 75.97 | - |
| YUV | 81.98 | 211.53 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 230 | 0.77 | 0.70 | 0 | 0.10 | 234.92 | 0.78 | 0.55 |
| Hex | 35 | 44 | E6 | 4D | 46 | 0 | A | EB | 4E | 37 |
| Octal | 65 | 104 | 346 | 115 | 106 | 0 | 12 | 353 | 116 | 67 |
| Binary | 110101 | 1000100 | 11100110 | 1001101 | 1000110 | 0 | 1010 | 11101011 | 1001110 | 110111 |
Color Harmonies of #3544E6
Complementary color
Monochromatic Colors of #3544E6
Black with #3544E6
Text Example
Text Example
White with #3544E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3544E6; }
p { color: rgb(53,68,230); }
H1.HeaderClassName
{
color: #3544E6;
}
.AnyTagClassName
{
color: #3544E6;
}
</style>
background-color css
<style>
a { background-color: #3544E6; }
a { background-color: rgb(53,68,230); }
div.DivClassName
{
background-color: #3544E6;
}
.BgClassName
{
background-color: #3544E6;
}
</style>
border-color css
<style>
span { border-color: #3544E6; }
span { border-color: rgb(53,68,230); }
td.TdClassName
{
border-color: #3544E6;
}
.TagClassName
{
border-color: #3544E6;
}
</style>