Shades of Neon Blue #343BFF
Tints of Neon Blue #343BFF
RGB
CMYK
RGB Variations
Color information
#343BFF (or 0x343BFF) is known color: Neon Blue. HEX triplet: 34, 3B and FF. RGB value is (52,59,255). Sum of RGB (Red+Green+Blue) = 52+59+255=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #343BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BFF is #CBC400. Grayscale: #4E4E4E. Windows color (decimal): -13353985 or 16726836. OLE color: 16726836.
HSL color Cylindrical-coordinate representation of color #343BFF: hue angle of 237.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #343BFF is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 59 | 255 | - |
| CMYK | 0.80 | 0.77 | 0 | 0 |
| HSL | 237.93º | 1% | 0.6% | - |
| HSV(B) | 237.93º | 0.8% | 1% | - |
| XYZ | 21.03 | 11.08 | 95.64 | - |
| YUV | 79.25 | 227.18 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 255 | 0.80 | 0.77 | 0 | 0 | 237.93 | 1 | 0.6 |
| Hex | 34 | 3B | FF | 50 | 4D | 0 | 0 | EE | 64 | 3C |
| Octal | 64 | 73 | 377 | 120 | 115 | 0 | 0 | 356 | 144 | 74 |
| Binary | 110100 | 111011 | 11111111 | 1010000 | 1001101 | 0 | 0 | 11101110 | 1100100 | 111100 |
Color Harmonies of #343BFF
Complementary color
Monochromatic Colors of #343BFF
Black with #343BFF
Text Example
Text Example
White with #343BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BFF; }
p { color: rgb(52,59,255); }
H1.HeaderClassName
{
color: #343BFF;
}
.AnyTagClassName
{
color: #343BFF;
}
</style>
background-color css
<style>
a { background-color: #343BFF; }
a { background-color: rgb(52,59,255); }
div.DivClassName
{
background-color: #343BFF;
}
.BgClassName
{
background-color: #343BFF;
}
</style>
border-color css
<style>
span { border-color: #343BFF; }
span { border-color: rgb(52,59,255); }
td.TdClassName
{
border-color: #343BFF;
}
.TagClassName
{
border-color: #343BFF;
}
</style>