Shades of Neon Blue #343DFB
Tints of Neon Blue #343DFB
RGB
CMYK
RGB Variations
Color information
#343DFB (or 0x343DFB) is known color: Neon Blue. HEX triplet: 34, 3D and FB. RGB value is (52,61,251). Sum of RGB (Red+Green+Blue) = 52+61+251=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #343DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343DFB is #CBC204. Grayscale: #4F4F4F. Windows color (decimal): -13353477 or 16465204. OLE color: 16465204.
HSL color Cylindrical-coordinate representation of color #343DFB: hue angle of 237.29º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343DFB is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 61 | 251 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.02 |
| HSL | 237.29º | 0.96% | 0.59% | - |
| HSV(B) | 237.29º | 0.79% | 0.98% | - |
| XYZ | 20.5 | 11.03 | 92.32 | - |
| YUV | 79.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 251 | 0.79 | 0.76 | 0 | 0.02 | 237.29 | 0.96 | 0.59 |
| Hex | 34 | 3D | FB | 4F | 4C | 0 | 2 | ED | 60 | 3B |
| Octal | 64 | 75 | 373 | 117 | 114 | 0 | 2 | 355 | 140 | 73 |
| Binary | 110100 | 111101 | 11111011 | 1001111 | 1001100 | 0 | 10 | 11101101 | 1100000 | 111011 |
Color Harmonies of #343DFB
Complementary color
Monochromatic Colors of #343DFB
Black with #343DFB
Text Example
Text Example
White with #343DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DFB; }
p { color: rgb(52,61,251); }
H1.HeaderClassName
{
color: #343DFB;
}
.AnyTagClassName
{
color: #343DFB;
}
</style>
background-color css
<style>
a { background-color: #343DFB; }
a { background-color: rgb(52,61,251); }
div.DivClassName
{
background-color: #343DFB;
}
.BgClassName
{
background-color: #343DFB;
}
</style>
border-color css
<style>
span { border-color: #343DFB; }
span { border-color: rgb(52,61,251); }
td.TdClassName
{
border-color: #343DFB;
}
.TagClassName
{
border-color: #343DFB;
}
</style>