Shades of Neon Blue #343BE5
Tints of Neon Blue #343BE5
RGB
CMYK
RGB Variations
Color information
#343BE5 (or 0x343BE5) is known color: Neon Blue. HEX triplet: 34, 3B and E5. RGB value is (52,59,229). Sum of RGB (Red+Green+Blue) = 52+59+229=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 229 (89.84% from 255 or 67.35% from 340); Max value from RGB is 229 - color contains mainly: blue. Hex color #343BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BE5 is #CBC41A. Grayscale: #4B4B4B. Windows color (decimal): -13354011 or 15022900. OLE color: 15022900.
HSL color Cylindrical-coordinate representation of color #343BE5: hue angle of 237.63º 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 #343BE5 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 59 | 229 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.10 |
| HSL | 237.63º | 0.77% | 0.55% | - |
| HSV(B) | 237.63º | 0.77% | 0.9% | - |
| XYZ | 17.12 | 9.52 | 75.06 | - |
| YUV | 76.29 | 214.18 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 229 | 0.77 | 0.74 | 0 | 0.10 | 237.63 | 0.77 | 0.55 |
| Hex | 34 | 3B | E5 | 4D | 4A | 0 | A | EE | 4D | 37 |
| Octal | 64 | 73 | 345 | 115 | 112 | 0 | 12 | 356 | 115 | 67 |
| Binary | 110100 | 111011 | 11100101 | 1001101 | 1001010 | 0 | 1010 | 11101110 | 1001101 | 110111 |
Color Harmonies of #343BE5
Complementary color
Monochromatic Colors of #343BE5
Black with #343BE5
Text Example
Text Example
White with #343BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BE5; }
p { color: rgb(52,59,229); }
H1.HeaderClassName
{
color: #343BE5;
}
.AnyTagClassName
{
color: #343BE5;
}
</style>
background-color css
<style>
a { background-color: #343BE5; }
a { background-color: rgb(52,59,229); }
div.DivClassName
{
background-color: #343BE5;
}
.BgClassName
{
background-color: #343BE5;
}
</style>
border-color css
<style>
span { border-color: #343BE5; }
span { border-color: rgb(52,59,229); }
td.TdClassName
{
border-color: #343BE5;
}
.TagClassName
{
border-color: #343BE5;
}
</style>