Shades of Neon Blue #353EEE
Tints of Neon Blue #353EEE
RGB
CMYK
RGB Variations
Color information
#353EEE (or 0x353EEE) is known color: Neon Blue. HEX triplet: 35, 3E and EE. RGB value is (53,62,238). Sum of RGB (Red+Green+Blue) = 53+62+238=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #353EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EEE is #CAC111. Grayscale: #4E4E4E. Windows color (decimal): -13287698 or 15613493. OLE color: 15613493.
HSL color Cylindrical-coordinate representation of color #353EEE: hue angle of 237.08º 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 #353EEE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 62 | 238 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.07 |
| HSL | 237.08º | 0.84% | 0.57% | - |
| HSV(B) | 237.08º | 0.78% | 0.93% | - |
| XYZ | 18.62 | 10.38 | 81.91 | - |
| YUV | 79.37 | 217.52 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 238 | 0.78 | 0.74 | 0 | 0.07 | 237.08 | 0.84 | 0.57 |
| Hex | 35 | 3E | EE | 4E | 4A | 0 | 7 | ED | 54 | 39 |
| Octal | 65 | 76 | 356 | 116 | 112 | 0 | 7 | 355 | 124 | 71 |
| Binary | 110101 | 111110 | 11101110 | 1001110 | 1001010 | 0 | 111 | 11101101 | 1010100 | 111001 |
Color Harmonies of #353EEE
Complementary color
Monochromatic Colors of #353EEE
Black with #353EEE
Text Example
Text Example
White with #353EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EEE; }
p { color: rgb(53,62,238); }
H1.HeaderClassName
{
color: #353EEE;
}
.AnyTagClassName
{
color: #353EEE;
}
</style>
background-color css
<style>
a { background-color: #353EEE; }
a { background-color: rgb(53,62,238); }
div.DivClassName
{
background-color: #353EEE;
}
.BgClassName
{
background-color: #353EEE;
}
</style>
border-color css
<style>
span { border-color: #353EEE; }
span { border-color: rgb(53,62,238); }
td.TdClassName
{
border-color: #353EEE;
}
.TagClassName
{
border-color: #353EEE;
}
</style>