Shades of Neon Blue #343EE5
Tints of Neon Blue #343EE5
RGB
CMYK
RGB Variations
Color information
#343EE5 (or 0x343EE5) is known color: Neon Blue. HEX triplet: 34, 3E and E5. RGB value is (52,62,229). Sum of RGB (Red+Green+Blue) = 52+62+229=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 229 (89.84% from 255 or 66.76% from 343); Max value from RGB is 229 - color contains mainly: blue. Hex color #343EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EE5 is #CBC11A. Grayscale: #4D4D4D. Windows color (decimal): -13353243 or 15023668. OLE color: 15023668.
HSL color Cylindrical-coordinate representation of color #343EE5: hue angle of 236.61º degrees, saturation: 0.77, 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 #343EE5 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 62 | 229 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.10 |
| HSL | 236.61º | 0.77% | 0.55% | - |
| HSV(B) | 236.61º | 0.77% | 0.9% | - |
| XYZ | 17.28 | 9.83 | 75.12 | - |
| YUV | 78.05 | 213.19 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 229 | 0.77 | 0.73 | 0 | 0.10 | 236.61 | 0.77 | 0.55 |
| Hex | 34 | 3E | E5 | 4D | 49 | 0 | A | ED | 4D | 37 |
| Octal | 64 | 76 | 345 | 115 | 111 | 0 | 12 | 355 | 115 | 67 |
| Binary | 110100 | 111110 | 11100101 | 1001101 | 1001001 | 0 | 1010 | 11101101 | 1001101 | 110111 |
Color Harmonies of #343EE5
Complementary color
Monochromatic Colors of #343EE5
Black with #343EE5
Text Example
Text Example
White with #343EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EE5; }
p { color: rgb(52,62,229); }
H1.HeaderClassName
{
color: #343EE5;
}
.AnyTagClassName
{
color: #343EE5;
}
</style>
background-color css
<style>
a { background-color: #343EE5; }
a { background-color: rgb(52,62,229); }
div.DivClassName
{
background-color: #343EE5;
}
.BgClassName
{
background-color: #343EE5;
}
</style>
border-color css
<style>
span { border-color: #343EE5; }
span { border-color: rgb(52,62,229); }
td.TdClassName
{
border-color: #343EE5;
}
.TagClassName
{
border-color: #343EE5;
}
</style>