Shades of Neon Blue #3344EC
Tints of Neon Blue #3344EC
RGB
CMYK
RGB Variations
Color information
#3344EC (or 0x3344EC) is known color: Neon Blue. HEX triplet: 33, 44 and EC. RGB value is (51,68,236). Sum of RGB (Red+Green+Blue) = 51+68+236=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #3344EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3344EC is #CCBB13. Grayscale: #515151. Windows color (decimal): -13417236 or 15483955. OLE color: 15483955.
HSL color Cylindrical-coordinate representation of color #3344EC: hue angle of 234.49º 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 #3344EC is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 68 | 236 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.07 |
| HSL | 234.49º | 0.83% | 0.56% | - |
| HSV(B) | 234.49º | 0.78% | 0.93% | - |
| XYZ | 18.57 | 10.89 | 80.48 | - |
| YUV | 82.07 | 214.87 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 236 | 0.78 | 0.71 | 0 | 0.07 | 234.49 | 0.83 | 0.56 |
| Hex | 33 | 44 | EC | 4E | 47 | 0 | 7 | EA | 53 | 38 |
| Octal | 63 | 104 | 354 | 116 | 107 | 0 | 7 | 352 | 123 | 70 |
| Binary | 110011 | 1000100 | 11101100 | 1001110 | 1000111 | 0 | 111 | 11101010 | 1010011 | 111000 |
Color Harmonies of #3344EC
Complementary color
Monochromatic Colors of #3344EC
Black with #3344EC
Text Example
Text Example
White with #3344EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344EC; }
p { color: rgb(51,68,236); }
H1.HeaderClassName
{
color: #3344EC;
}
.AnyTagClassName
{
color: #3344EC;
}
</style>
background-color css
<style>
a { background-color: #3344EC; }
a { background-color: rgb(51,68,236); }
div.DivClassName
{
background-color: #3344EC;
}
.BgClassName
{
background-color: #3344EC;
}
</style>
border-color css
<style>
span { border-color: #3344EC; }
span { border-color: rgb(51,68,236); }
td.TdClassName
{
border-color: #3344EC;
}
.TagClassName
{
border-color: #3344EC;
}
</style>