Shades of Neon Blue #343AFE
Tints of Neon Blue #343AFE
RGB
CMYK
RGB Variations
Color information
#343AFE (or 0x343AFE) is known color: Neon Blue. HEX triplet: 34, 3A and FE. RGB value is (52,58,254). Sum of RGB (Red+Green+Blue) = 52+58+254=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #343AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343AFE is #CBC501. Grayscale: #4D4D4D. Windows color (decimal): -13354242 or 16661044. OLE color: 16661044.
HSL color Cylindrical-coordinate representation of color #343AFE: hue angle of 238.22º 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 #343AFE is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 58 | 254 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.00 |
| HSL | 238.22º | 0.99% | 0.6% | - |
| HSV(B) | 238.22º | 0.8% | 1% | - |
| XYZ | 20.82 | 10.91 | 94.77 | - |
| YUV | 78.55 | 227.01 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 254 | 0.80 | 0.77 | 0 | 0.00 | 238.22 | 0.99 | 0.6 |
| Hex | 34 | 3A | FE | 50 | 4D | 0 | 0 | EE | 63 | 3C |
| Octal | 64 | 72 | 376 | 120 | 115 | 0 | 0 | 356 | 143 | 74 |
| Binary | 110100 | 111010 | 11111110 | 1010000 | 1001101 | 0 | 0 | 11101110 | 1100011 | 111100 |
Color Harmonies of #343AFE
Complementary color
Monochromatic Colors of #343AFE
Black with #343AFE
Text Example
Text Example
White with #343AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AFE; }
p { color: rgb(52,58,254); }
H1.HeaderClassName
{
color: #343AFE;
}
.AnyTagClassName
{
color: #343AFE;
}
</style>
background-color css
<style>
a { background-color: #343AFE; }
a { background-color: rgb(52,58,254); }
div.DivClassName
{
background-color: #343AFE;
}
.BgClassName
{
background-color: #343AFE;
}
</style>
border-color css
<style>
span { border-color: #343AFE; }
span { border-color: rgb(52,58,254); }
td.TdClassName
{
border-color: #343AFE;
}
.TagClassName
{
border-color: #343AFE;
}
</style>