Shades of Neon Blue #344EFE
Tints of Neon Blue #344EFE
RGB
CMYK
RGB Variations
Color information
#344EFE (or 0x344EFE) is known color: Neon Blue. HEX triplet: 34, 4E and FE. RGB value is (52,78,254). Sum of RGB (Red+Green+Blue) = 52+78+254=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #344EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344EFE is #CBB101. Grayscale: #595959. Windows color (decimal): -13349122 or 16666164. OLE color: 16666164.
HSL color Cylindrical-coordinate representation of color #344EFE: hue angle of 232.28º 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 #344EFE is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 78 | 254 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.00 |
| HSL | 232.28º | 0.99% | 0.6% | - |
| HSV(B) | 232.28º | 0.8% | 1% | - |
| XYZ | 22.03 | 13.33 | 95.18 | - |
| YUV | 90.29 | 220.39 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 254 | 0.80 | 0.69 | 0 | 0.00 | 232.28 | 0.99 | 0.6 |
| Hex | 34 | 4E | FE | 50 | 45 | 0 | 0 | E8 | 63 | 3C |
| Octal | 64 | 116 | 376 | 120 | 105 | 0 | 0 | 350 | 143 | 74 |
| Binary | 110100 | 1001110 | 11111110 | 1010000 | 1000101 | 0 | 0 | 11101000 | 1100011 | 111100 |
Color Harmonies of #344EFE
Complementary color
Monochromatic Colors of #344EFE
Black with #344EFE
Text Example
Text Example
White with #344EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EFE; }
p { color: rgb(52,78,254); }
H1.HeaderClassName
{
color: #344EFE;
}
.AnyTagClassName
{
color: #344EFE;
}
</style>
background-color css
<style>
a { background-color: #344EFE; }
a { background-color: rgb(52,78,254); }
div.DivClassName
{
background-color: #344EFE;
}
.BgClassName
{
background-color: #344EFE;
}
</style>
border-color css
<style>
span { border-color: #344EFE; }
span { border-color: rgb(52,78,254); }
td.TdClassName
{
border-color: #344EFE;
}
.TagClassName
{
border-color: #344EFE;
}
</style>