Shades of Neon Blue #334BEC
Tints of Neon Blue #334BEC
RGB
CMYK
RGB Variations
Color information
#334BEC (or 0x334BEC) is known color: Neon Blue. HEX triplet: 33, 4B and EC. RGB value is (51,75,236). Sum of RGB (Red+Green+Blue) = 51+75+236=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #334BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BEC is #CCB413. Grayscale: #555555. Windows color (decimal): -13415444 or 15485747. OLE color: 15485747.
HSL color Cylindrical-coordinate representation of color #334BEC: hue angle of 232.22º degrees, saturation: 0.83, 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 #334BEC is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 75 | 236 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.07 |
| HSL | 232.22º | 0.83% | 0.56% | - |
| HSV(B) | 232.22º | 0.78% | 0.93% | - |
| XYZ | 19.02 | 11.79 | 80.63 | - |
| YUV | 86.18 | 212.55 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 236 | 0.78 | 0.68 | 0 | 0.07 | 232.22 | 0.83 | 0.56 |
| Hex | 33 | 4B | EC | 4E | 44 | 0 | 7 | E8 | 53 | 38 |
| Octal | 63 | 113 | 354 | 116 | 104 | 0 | 7 | 350 | 123 | 70 |
| Binary | 110011 | 1001011 | 11101100 | 1001110 | 1000100 | 0 | 111 | 11101000 | 1010011 | 111000 |
Color Harmonies of #334BEC
Complementary color
Monochromatic Colors of #334BEC
Black with #334BEC
Text Example
Text Example
White with #334BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BEC; }
p { color: rgb(51,75,236); }
H1.HeaderClassName
{
color: #334BEC;
}
.AnyTagClassName
{
color: #334BEC;
}
</style>
background-color css
<style>
a { background-color: #334BEC; }
a { background-color: rgb(51,75,236); }
div.DivClassName
{
background-color: #334BEC;
}
.BgClassName
{
background-color: #334BEC;
}
</style>
border-color css
<style>
span { border-color: #334BEC; }
span { border-color: rgb(51,75,236); }
td.TdClassName
{
border-color: #334BEC;
}
.TagClassName
{
border-color: #334BEC;
}
</style>