Shades of Neon Blue #343FEE
Tints of Neon Blue #343FEE
RGB
CMYK
RGB Variations
Color information
#343FEE (or 0x343FEE) is known color: Neon Blue. HEX triplet: 34, 3F and EE. RGB value is (52,63,238). Sum of RGB (Red+Green+Blue) = 52+63+238=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #343FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343FEE is #CBC011. Grayscale: #4E4E4E. Windows color (decimal): -13352978 or 15613748. OLE color: 15613748.
HSL color Cylindrical-coordinate representation of color #343FEE: hue angle of 236.45º 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 #343FEE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 63 | 238 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.07 |
| HSL | 236.45º | 0.85% | 0.57% | - |
| HSV(B) | 236.45º | 0.78% | 0.93% | - |
| XYZ | 18.63 | 10.46 | 81.93 | - |
| YUV | 79.66 | 217.36 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 238 | 0.78 | 0.74 | 0 | 0.07 | 236.45 | 0.85 | 0.57 |
| Hex | 34 | 3F | EE | 4E | 4A | 0 | 7 | EC | 55 | 39 |
| Octal | 64 | 77 | 356 | 116 | 112 | 0 | 7 | 354 | 125 | 71 |
| Binary | 110100 | 111111 | 11101110 | 1001110 | 1001010 | 0 | 111 | 11101100 | 1010101 | 111001 |
Color Harmonies of #343FEE
Complementary color
Monochromatic Colors of #343FEE
Black with #343FEE
Text Example
Text Example
White with #343FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FEE; }
p { color: rgb(52,63,238); }
H1.HeaderClassName
{
color: #343FEE;
}
.AnyTagClassName
{
color: #343FEE;
}
</style>
background-color css
<style>
a { background-color: #343FEE; }
a { background-color: rgb(52,63,238); }
div.DivClassName
{
background-color: #343FEE;
}
.BgClassName
{
background-color: #343FEE;
}
</style>
border-color css
<style>
span { border-color: #343FEE; }
span { border-color: rgb(52,63,238); }
td.TdClassName
{
border-color: #343FEE;
}
.TagClassName
{
border-color: #343FEE;
}
</style>