Shades of Neon Blue #343FED
Tints of Neon Blue #343FED
RGB
CMYK
RGB Variations
Color information
#343FED (or 0x343FED) is known color: Neon Blue. HEX triplet: 34, 3F and ED. RGB value is (52,63,237). Sum of RGB (Red+Green+Blue) = 52+63+237=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #343FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343FED is #CBC012. Grayscale: #4E4E4E. Windows color (decimal): -13352979 or 15548212. OLE color: 15548212.
HSL color Cylindrical-coordinate representation of color #343FED: hue angle of 236.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343FED is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 63 | 237 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.07 |
| HSL | 236.43º | 0.84% | 0.57% | - |
| HSV(B) | 236.43º | 0.78% | 0.93% | - |
| XYZ | 18.48 | 10.4 | 81.15 | - |
| YUV | 79.55 | 216.86 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 237 | 0.78 | 0.73 | 0 | 0.07 | 236.43 | 0.84 | 0.57 |
| Hex | 34 | 3F | ED | 4E | 49 | 0 | 7 | EC | 54 | 39 |
| Octal | 64 | 77 | 355 | 116 | 111 | 0 | 7 | 354 | 124 | 71 |
| Binary | 110100 | 111111 | 11101101 | 1001110 | 1001001 | 0 | 111 | 11101100 | 1010100 | 111001 |
Color Harmonies of #343FED
Complementary color
Monochromatic Colors of #343FED
Black with #343FED
Text Example
Text Example
White with #343FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FED; }
p { color: rgb(52,63,237); }
H1.HeaderClassName
{
color: #343FED;
}
.AnyTagClassName
{
color: #343FED;
}
</style>
background-color css
<style>
a { background-color: #343FED; }
a { background-color: rgb(52,63,237); }
div.DivClassName
{
background-color: #343FED;
}
.BgClassName
{
background-color: #343FED;
}
</style>
border-color css
<style>
span { border-color: #343FED; }
span { border-color: rgb(52,63,237); }
td.TdClassName
{
border-color: #343FED;
}
.TagClassName
{
border-color: #343FED;
}
</style>