Shades of Neon Blue #3449EE
Tints of Neon Blue #3449EE
RGB
CMYK
RGB Variations
Color information
#3449EE (or 0x3449EE) is known color: Neon Blue. HEX triplet: 34, 49 and EE. RGB value is (52,73,238). Sum of RGB (Red+Green+Blue) = 52+73+238=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #3449EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3449EE is #CBB611. Grayscale: #545454. Windows color (decimal): -13350418 or 15616308. OLE color: 15616308.
HSL color Cylindrical-coordinate representation of color #3449EE: hue angle of 233.23º degrees, saturation: 0.85, 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 #3449EE is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 73 | 238 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.07 |
| HSL | 233.23º | 0.85% | 0.57% | - |
| HSV(B) | 233.23º | 0.78% | 0.93% | - |
| XYZ | 19.23 | 11.67 | 82.13 | - |
| YUV | 85.53 | 214.04 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 238 | 0.78 | 0.69 | 0 | 0.07 | 233.23 | 0.85 | 0.57 |
| Hex | 34 | 49 | EE | 4E | 45 | 0 | 7 | E9 | 55 | 39 |
| Octal | 64 | 111 | 356 | 116 | 105 | 0 | 7 | 351 | 125 | 71 |
| Binary | 110100 | 1001001 | 11101110 | 1001110 | 1000101 | 0 | 111 | 11101001 | 1010101 | 111001 |
Color Harmonies of #3449EE
Complementary color
Monochromatic Colors of #3449EE
Black with #3449EE
Text Example
Text Example
White with #3449EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449EE; }
p { color: rgb(52,73,238); }
H1.HeaderClassName
{
color: #3449EE;
}
.AnyTagClassName
{
color: #3449EE;
}
</style>
background-color css
<style>
a { background-color: #3449EE; }
a { background-color: rgb(52,73,238); }
div.DivClassName
{
background-color: #3449EE;
}
.BgClassName
{
background-color: #3449EE;
}
</style>
border-color css
<style>
span { border-color: #3449EE; }
span { border-color: rgb(52,73,238); }
td.TdClassName
{
border-color: #3449EE;
}
.TagClassName
{
border-color: #3449EE;
}
</style>