Shades of Neon Blue #343CE6
Tints of Neon Blue #343CE6
RGB
CMYK
RGB Variations
Color information
#343CE6 (or 0x343CE6) is known color: Neon Blue. HEX triplet: 34, 3C and E6. RGB value is (52,60,230). Sum of RGB (Red+Green+Blue) = 52+60+230=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #343CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343CE6 is #CBC319. Grayscale: #4C4C4C. Windows color (decimal): -13353754 or 15088692. OLE color: 15088692.
HSL color Cylindrical-coordinate representation of color #343CE6: hue angle of 237.3º degrees, saturation: 0.78, 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 #343CE6 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 60 | 230 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.10 |
| HSL | 237.3º | 0.78% | 0.55% | - |
| HSV(B) | 237.3º | 0.77% | 0.9% | - |
| XYZ | 17.31 | 9.67 | 75.82 | - |
| YUV | 76.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 230 | 0.77 | 0.74 | 0 | 0.10 | 237.3 | 0.78 | 0.55 |
| Hex | 34 | 3C | E6 | 4D | 4A | 0 | A | ED | 4E | 37 |
| Octal | 64 | 74 | 346 | 115 | 112 | 0 | 12 | 355 | 116 | 67 |
| Binary | 110100 | 111100 | 11100110 | 1001101 | 1001010 | 0 | 1010 | 11101101 | 1001110 | 110111 |
Color Harmonies of #343CE6
Complementary color
Monochromatic Colors of #343CE6
Black with #343CE6
Text Example
Text Example
White with #343CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CE6; }
p { color: rgb(52,60,230); }
H1.HeaderClassName
{
color: #343CE6;
}
.AnyTagClassName
{
color: #343CE6;
}
</style>
background-color css
<style>
a { background-color: #343CE6; }
a { background-color: rgb(52,60,230); }
div.DivClassName
{
background-color: #343CE6;
}
.BgClassName
{
background-color: #343CE6;
}
</style>
border-color css
<style>
span { border-color: #343CE6; }
span { border-color: rgb(52,60,230); }
td.TdClassName
{
border-color: #343CE6;
}
.TagClassName
{
border-color: #343CE6;
}
</style>