Shades of Neon Blue #343BEF
Tints of Neon Blue #343BEF
RGB
CMYK
RGB Variations
Color information
#343BEF (or 0x343BEF) is known color: Neon Blue. HEX triplet: 34, 3B and EF. RGB value is (52,59,239). Sum of RGB (Red+Green+Blue) = 52+59+239=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #343BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BEF is #CBC410. Grayscale: #4C4C4C. Windows color (decimal): -13354001 or 15678260. OLE color: 15678260.
HSL color Cylindrical-coordinate representation of color #343BEF: hue angle of 237.75º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343BEF is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 59 | 239 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.06 |
| HSL | 237.75º | 0.85% | 0.57% | - |
| HSV(B) | 237.75º | 0.78% | 0.94% | - |
| XYZ | 18.56 | 10.09 | 82.63 | - |
| YUV | 77.43 | 219.18 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 239 | 0.78 | 0.75 | 0 | 0.06 | 237.75 | 0.85 | 0.57 |
| Hex | 34 | 3B | EF | 4E | 4B | 0 | 6 | EE | 55 | 39 |
| Octal | 64 | 73 | 357 | 116 | 113 | 0 | 6 | 356 | 125 | 71 |
| Binary | 110100 | 111011 | 11101111 | 1001110 | 1001011 | 0 | 110 | 11101110 | 1010101 | 111001 |
Color Harmonies of #343BEF
Complementary color
Monochromatic Colors of #343BEF
Black with #343BEF
Text Example
Text Example
White with #343BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BEF; }
p { color: rgb(52,59,239); }
H1.HeaderClassName
{
color: #343BEF;
}
.AnyTagClassName
{
color: #343BEF;
}
</style>
background-color css
<style>
a { background-color: #343BEF; }
a { background-color: rgb(52,59,239); }
div.DivClassName
{
background-color: #343BEF;
}
.BgClassName
{
background-color: #343BEF;
}
</style>
border-color css
<style>
span { border-color: #343BEF; }
span { border-color: rgb(52,59,239); }
td.TdClassName
{
border-color: #343BEF;
}
.TagClassName
{
border-color: #343BEF;
}
</style>