Shades of Neon Blue #343AF0
Tints of Neon Blue #343AF0
RGB
CMYK
RGB Variations
Color information
#343AF0 (or 0x343AF0) is known color: Neon Blue. HEX triplet: 34, 3A and F0. RGB value is (52,58,240). Sum of RGB (Red+Green+Blue) = 52+58+240=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #343AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343AF0 is #CBC50F. Grayscale: #4C4C4C. Windows color (decimal): -13354256 or 15743540. OLE color: 15743540.
HSL color Cylindrical-coordinate representation of color #343AF0: hue angle of 238.09º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343AF0 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 58 | 240 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.06 |
| HSL | 238.09º | 0.86% | 0.57% | - |
| HSV(B) | 238.09º | 0.78% | 0.94% | - |
| XYZ | 18.66 | 10.05 | 83.39 | - |
| YUV | 76.95 | 220.01 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 240 | 0.78 | 0.76 | 0 | 0.06 | 238.09 | 0.86 | 0.57 |
| Hex | 34 | 3A | F0 | 4E | 4C | 0 | 6 | EE | 56 | 39 |
| Octal | 64 | 72 | 360 | 116 | 114 | 0 | 6 | 356 | 126 | 71 |
| Binary | 110100 | 111010 | 11110000 | 1001110 | 1001100 | 0 | 110 | 11101110 | 1010110 | 111001 |
Color Harmonies of #343AF0
Complementary color
Monochromatic Colors of #343AF0
Black with #343AF0
Text Example
Text Example
White with #343AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AF0; }
p { color: rgb(52,58,240); }
H1.HeaderClassName
{
color: #343AF0;
}
.AnyTagClassName
{
color: #343AF0;
}
</style>
background-color css
<style>
a { background-color: #343AF0; }
a { background-color: rgb(52,58,240); }
div.DivClassName
{
background-color: #343AF0;
}
.BgClassName
{
background-color: #343AF0;
}
</style>
border-color css
<style>
span { border-color: #343AF0; }
span { border-color: rgb(52,58,240); }
td.TdClassName
{
border-color: #343AF0;
}
.TagClassName
{
border-color: #343AF0;
}
</style>