Shades of Neon Blue #3540E8
Tints of Neon Blue #3540E8
RGB
CMYK
RGB Variations
Color information
#3540E8 (or 0x3540E8) is known color: Neon Blue. HEX triplet: 35, 40 and E8. RGB value is (53,64,232). Sum of RGB (Red+Green+Blue) = 53+64+232=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 232 (91.02% from 255 or 66.48% from 349); Max value from RGB is 232 - color contains mainly: blue. Hex color #3540E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3540E8 is #CABF17. Grayscale: #4F4F4F. Windows color (decimal): -13287192 or 15220789. OLE color: 15220789.
HSL color Cylindrical-coordinate representation of color #3540E8: hue angle of 236.31º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3540E8 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 64 | 232 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.09 |
| HSL | 236.31º | 0.8% | 0.56% | - |
| HSV(B) | 236.31º | 0.77% | 0.91% | - |
| XYZ | 17.87 | 10.25 | 77.38 | - |
| YUV | 79.86 | 213.86 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 232 | 0.77 | 0.72 | 0 | 0.09 | 236.31 | 0.8 | 0.56 |
| Hex | 35 | 40 | E8 | 4D | 48 | 0 | 9 | EC | 50 | 38 |
| Octal | 65 | 100 | 350 | 115 | 110 | 0 | 11 | 354 | 120 | 70 |
| Binary | 110101 | 1000000 | 11101000 | 1001101 | 1001000 | 0 | 1001 | 11101100 | 1010000 | 111000 |
Color Harmonies of #3540E8
Complementary color
Monochromatic Colors of #3540E8
Black with #3540E8
Text Example
Text Example
White with #3540E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3540E8; }
p { color: rgb(53,64,232); }
H1.HeaderClassName
{
color: #3540E8;
}
.AnyTagClassName
{
color: #3540E8;
}
</style>
background-color css
<style>
a { background-color: #3540E8; }
a { background-color: rgb(53,64,232); }
div.DivClassName
{
background-color: #3540E8;
}
.BgClassName
{
background-color: #3540E8;
}
</style>
border-color css
<style>
span { border-color: #3540E8; }
span { border-color: rgb(53,64,232); }
td.TdClassName
{
border-color: #3540E8;
}
.TagClassName
{
border-color: #3540E8;
}
</style>