Shades of Neon Blue #334BED
Tints of Neon Blue #334BED
RGB
CMYK
RGB Variations
Color information
#334BED (or 0x334BED) is known color: Neon Blue. HEX triplet: 33, 4B and ED. RGB value is (51,75,237). Sum of RGB (Red+Green+Blue) = 51+75+237=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #334BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BED is #CCB412. Grayscale: #555555. Windows color (decimal): -13415443 or 15551283. OLE color: 15551283.
HSL color Cylindrical-coordinate representation of color #334BED: hue angle of 232.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334BED is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 75 | 237 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.07 |
| HSL | 232.26º | 0.84% | 0.56% | - |
| HSV(B) | 232.26º | 0.78% | 0.93% | - |
| XYZ | 19.17 | 11.85 | 81.4 | - |
| YUV | 86.29 | 213.05 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 237 | 0.78 | 0.68 | 0 | 0.07 | 232.26 | 0.84 | 0.56 |
| Hex | 33 | 4B | ED | 4E | 44 | 0 | 7 | E8 | 54 | 38 |
| Octal | 63 | 113 | 355 | 116 | 104 | 0 | 7 | 350 | 124 | 70 |
| Binary | 110011 | 1001011 | 11101101 | 1001110 | 1000100 | 0 | 111 | 11101000 | 1010100 | 111000 |
Color Harmonies of #334BED
Complementary color
Monochromatic Colors of #334BED
Black with #334BED
Text Example
Text Example
White with #334BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BED; }
p { color: rgb(51,75,237); }
H1.HeaderClassName
{
color: #334BED;
}
.AnyTagClassName
{
color: #334BED;
}
</style>
background-color css
<style>
a { background-color: #334BED; }
a { background-color: rgb(51,75,237); }
div.DivClassName
{
background-color: #334BED;
}
.BgClassName
{
background-color: #334BED;
}
</style>
border-color css
<style>
span { border-color: #334BED; }
span { border-color: rgb(51,75,237); }
td.TdClassName
{
border-color: #334BED;
}
.TagClassName
{
border-color: #334BED;
}
</style>