Shades of Neon Blue #343FE5
Tints of Neon Blue #343FE5
RGB
CMYK
RGB Variations
Color information
#343FE5 (or 0x343FE5) is known color: Neon Blue. HEX triplet: 34, 3F and E5. RGB value is (52,63,229). Sum of RGB (Red+Green+Blue) = 52+63+229=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #343FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FE5 is #CBC01A. Grayscale: #4D4D4D. Windows color (decimal): -13352987 or 15023924. OLE color: 15023924.
HSL color Cylindrical-coordinate representation of color #343FE5: hue angle of 236.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343FE5 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 63 | 229 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.10 |
| HSL | 236.27º | 0.77% | 0.55% | - |
| HSV(B) | 236.27º | 0.77% | 0.9% | - |
| XYZ | 17.34 | 9.94 | 75.13 | - |
| YUV | 78.64 | 212.86 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 229 | 0.77 | 0.72 | 0 | 0.10 | 236.27 | 0.77 | 0.55 |
| Hex | 34 | 3F | E5 | 4D | 48 | 0 | A | EC | 4D | 37 |
| Octal | 64 | 77 | 345 | 115 | 110 | 0 | 12 | 354 | 115 | 67 |
| Binary | 110100 | 111111 | 11100101 | 1001101 | 1001000 | 0 | 1010 | 11101100 | 1001101 | 110111 |
Color Harmonies of #343FE5
Complementary color
Monochromatic Colors of #343FE5
Black with #343FE5
Text Example
Text Example
White with #343FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FE5; }
p { color: rgb(52,63,229); }
H1.HeaderClassName
{
color: #343FE5;
}
.AnyTagClassName
{
color: #343FE5;
}
</style>
background-color css
<style>
a { background-color: #343FE5; }
a { background-color: rgb(52,63,229); }
div.DivClassName
{
background-color: #343FE5;
}
.BgClassName
{
background-color: #343FE5;
}
</style>
border-color css
<style>
span { border-color: #343FE5; }
span { border-color: rgb(52,63,229); }
td.TdClassName
{
border-color: #343FE5;
}
.TagClassName
{
border-color: #343FE5;
}
</style>