Shades of Neon Blue #344FFE
Tints of Neon Blue #344FFE
RGB
CMYK
RGB Variations
Color information
#344FFE (or 0x344FFE) is known color: Neon Blue. HEX triplet: 34, 4F and FE. RGB value is (52,79,254). Sum of RGB (Red+Green+Blue) = 52+79+254=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #344FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344FFE is #CBB001. Grayscale: #5A5A5A. Windows color (decimal): -13348866 or 16666420. OLE color: 16666420.
HSL color Cylindrical-coordinate representation of color #344FFE: hue angle of 231.98º 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 #344FFE is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 79 | 254 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.00 |
| HSL | 231.98º | 0.99% | 0.6% | - |
| HSV(B) | 231.98º | 0.8% | 1% | - |
| XYZ | 22.1 | 13.48 | 95.2 | - |
| YUV | 90.88 | 220.05 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 254 | 0.80 | 0.69 | 0 | 0.00 | 231.98 | 0.99 | 0.6 |
| Hex | 34 | 4F | FE | 50 | 45 | 0 | 0 | E8 | 63 | 3C |
| Octal | 64 | 117 | 376 | 120 | 105 | 0 | 0 | 350 | 143 | 74 |
| Binary | 110100 | 1001111 | 11111110 | 1010000 | 1000101 | 0 | 0 | 11101000 | 1100011 | 111100 |
Color Harmonies of #344FFE
Complementary color
Monochromatic Colors of #344FFE
Black with #344FFE
Text Example
Text Example
White with #344FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FFE; }
p { color: rgb(52,79,254); }
H1.HeaderClassName
{
color: #344FFE;
}
.AnyTagClassName
{
color: #344FFE;
}
</style>
background-color css
<style>
a { background-color: #344FFE; }
a { background-color: rgb(52,79,254); }
div.DivClassName
{
background-color: #344FFE;
}
.BgClassName
{
background-color: #344FFE;
}
</style>
border-color css
<style>
span { border-color: #344FFE; }
span { border-color: rgb(52,79,254); }
td.TdClassName
{
border-color: #344FFE;
}
.TagClassName
{
border-color: #344FFE;
}
</style>