Shades of Neon Blue #343FEA
Tints of Neon Blue #343FEA
RGB
CMYK
RGB Variations
Color information
#343FEA (or 0x343FEA) is known color: Neon Blue. HEX triplet: 34, 3F and EA. RGB value is (52,63,234). Sum of RGB (Red+Green+Blue) = 52+63+234=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #343FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343FEA is #CBC015. Grayscale: #4E4E4E. Windows color (decimal): -13352982 or 15351604. OLE color: 15351604.
HSL color Cylindrical-coordinate representation of color #343FEA: hue angle of 236.37º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343FEA is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 63 | 234 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.08 |
| HSL | 236.37º | 0.81% | 0.56% | - |
| HSV(B) | 236.37º | 0.78% | 0.92% | - |
| XYZ | 18.04 | 10.23 | 78.86 | - |
| YUV | 79.21 | 215.36 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 234 | 0.78 | 0.73 | 0 | 0.08 | 236.37 | 0.81 | 0.56 |
| Hex | 34 | 3F | EA | 4E | 49 | 0 | 8 | EC | 51 | 38 |
| Octal | 64 | 77 | 352 | 116 | 111 | 0 | 10 | 354 | 121 | 70 |
| Binary | 110100 | 111111 | 11101010 | 1001110 | 1001001 | 0 | 1000 | 11101100 | 1010001 | 111000 |
Color Harmonies of #343FEA
Complementary color
Monochromatic Colors of #343FEA
Black with #343FEA
Text Example
Text Example
White with #343FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FEA; }
p { color: rgb(52,63,234); }
H1.HeaderClassName
{
color: #343FEA;
}
.AnyTagClassName
{
color: #343FEA;
}
</style>
background-color css
<style>
a { background-color: #343FEA; }
a { background-color: rgb(52,63,234); }
div.DivClassName
{
background-color: #343FEA;
}
.BgClassName
{
background-color: #343FEA;
}
</style>
border-color css
<style>
span { border-color: #343FEA; }
span { border-color: rgb(52,63,234); }
td.TdClassName
{
border-color: #343FEA;
}
.TagClassName
{
border-color: #343FEA;
}
</style>