Shades of Neon Blue #343CFE
Tints of Neon Blue #343CFE
RGB
CMYK
RGB Variations
Color information
#343CFE (or 0x343CFE) is known color: Neon Blue. HEX triplet: 34, 3C and FE. RGB value is (52,60,254). Sum of RGB (Red+Green+Blue) = 52+60+254=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #343CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343CFE is #CBC301. Grayscale: #4E4E4E. Windows color (decimal): -13353730 or 16661556. OLE color: 16661556.
HSL color Cylindrical-coordinate representation of color #343CFE: hue angle of 237.62º 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 #343CFE is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 60 | 254 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.00 |
| HSL | 237.62º | 0.99% | 0.6% | - |
| HSV(B) | 237.62º | 0.8% | 1% | - |
| XYZ | 20.92 | 11.12 | 94.81 | - |
| YUV | 79.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 254 | 0.80 | 0.76 | 0 | 0.00 | 237.62 | 0.99 | 0.6 |
| Hex | 34 | 3C | FE | 50 | 4C | 0 | 0 | EE | 63 | 3C |
| Octal | 64 | 74 | 376 | 120 | 114 | 0 | 0 | 356 | 143 | 74 |
| Binary | 110100 | 111100 | 11111110 | 1010000 | 1001100 | 0 | 0 | 11101110 | 1100011 | 111100 |
Color Harmonies of #343CFE
Complementary color
Monochromatic Colors of #343CFE
Black with #343CFE
Text Example
Text Example
White with #343CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CFE; }
p { color: rgb(52,60,254); }
H1.HeaderClassName
{
color: #343CFE;
}
.AnyTagClassName
{
color: #343CFE;
}
</style>
background-color css
<style>
a { background-color: #343CFE; }
a { background-color: rgb(52,60,254); }
div.DivClassName
{
background-color: #343CFE;
}
.BgClassName
{
background-color: #343CFE;
}
</style>
border-color css
<style>
span { border-color: #343CFE; }
span { border-color: rgb(52,60,254); }
td.TdClassName
{
border-color: #343CFE;
}
.TagClassName
{
border-color: #343CFE;
}
</style>