Shades of Neon Blue #343FEC
Tints of Neon Blue #343FEC
RGB
CMYK
RGB Variations
Color information
#343FEC (or 0x343FEC) is known color: Neon Blue. HEX triplet: 34, 3F and EC. RGB value is (52,63,236). Sum of RGB (Red+Green+Blue) = 52+63+236=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #343FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343FEC is #CBC013. Grayscale: #4E4E4E. Windows color (decimal): -13352980 or 15482676. OLE color: 15482676.
HSL color Cylindrical-coordinate representation of color #343FEC: hue angle of 236.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343FEC is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 63 | 236 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.07 |
| HSL | 236.41º | 0.83% | 0.56% | - |
| HSV(B) | 236.41º | 0.78% | 0.93% | - |
| XYZ | 18.33 | 10.34 | 80.39 | - |
| YUV | 79.43 | 216.36 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 236 | 0.78 | 0.73 | 0 | 0.07 | 236.41 | 0.83 | 0.56 |
| Hex | 34 | 3F | EC | 4E | 49 | 0 | 7 | EC | 53 | 38 |
| Octal | 64 | 77 | 354 | 116 | 111 | 0 | 7 | 354 | 123 | 70 |
| Binary | 110100 | 111111 | 11101100 | 1001110 | 1001001 | 0 | 111 | 11101100 | 1010011 | 111000 |
Color Harmonies of #343FEC
Complementary color
Monochromatic Colors of #343FEC
Black with #343FEC
Text Example
Text Example
White with #343FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FEC; }
p { color: rgb(52,63,236); }
H1.HeaderClassName
{
color: #343FEC;
}
.AnyTagClassName
{
color: #343FEC;
}
</style>
background-color css
<style>
a { background-color: #343FEC; }
a { background-color: rgb(52,63,236); }
div.DivClassName
{
background-color: #343FEC;
}
.BgClassName
{
background-color: #343FEC;
}
</style>
border-color css
<style>
span { border-color: #343FEC; }
span { border-color: rgb(52,63,236); }
td.TdClassName
{
border-color: #343FEC;
}
.TagClassName
{
border-color: #343FEC;
}
</style>