Shades of Neon Blue #343EFE
Tints of Neon Blue #343EFE
RGB
CMYK
RGB Variations
Color information
#343EFE (or 0x343EFE) is known color: Neon Blue. HEX triplet: 34, 3E and FE. RGB value is (52,62,254). Sum of RGB (Red+Green+Blue) = 52+62+254=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #343EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343EFE is #CBC101. Grayscale: #505050. Windows color (decimal): -13353218 or 16662068. OLE color: 16662068.
HSL color Cylindrical-coordinate representation of color #343EFE: hue angle of 237.03º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #343EFE is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 62 | 254 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.00 |
| HSL | 237.03º | 0.99% | 0.6% | - |
| HSV(B) | 237.03º | 0.8% | 1% | - |
| XYZ | 21.03 | 11.33 | 94.84 | - |
| YUV | 80.9 | 225.69 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 254 | 0.80 | 0.76 | 0 | 0.00 | 237.03 | 0.99 | 0.6 |
| Hex | 34 | 3E | FE | 50 | 4C | 0 | 0 | ED | 63 | 3C |
| Octal | 64 | 76 | 376 | 120 | 114 | 0 | 0 | 355 | 143 | 74 |
| Binary | 110100 | 111110 | 11111110 | 1010000 | 1001100 | 0 | 0 | 11101101 | 1100011 | 111100 |
Color Harmonies of #343EFE
Complementary color
Monochromatic Colors of #343EFE
Black with #343EFE
Text Example
Text Example
White with #343EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EFE; }
p { color: rgb(52,62,254); }
H1.HeaderClassName
{
color: #343EFE;
}
.AnyTagClassName
{
color: #343EFE;
}
</style>
background-color css
<style>
a { background-color: #343EFE; }
a { background-color: rgb(52,62,254); }
div.DivClassName
{
background-color: #343EFE;
}
.BgClassName
{
background-color: #343EFE;
}
</style>
border-color css
<style>
span { border-color: #343EFE; }
span { border-color: rgb(52,62,254); }
td.TdClassName
{
border-color: #343EFE;
}
.TagClassName
{
border-color: #343EFE;
}
</style>