Shades of Neon Blue #3344ED
Tints of Neon Blue #3344ED
RGB
CMYK
RGB Variations
Color information
#3344ED (or 0x3344ED) is known color: Neon Blue. HEX triplet: 33, 44 and ED. RGB value is (51,68,237). Sum of RGB (Red+Green+Blue) = 51+68+237=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #3344ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3344ED is #CCBB12. Grayscale: #515151. Windows color (decimal): -13417235 or 15549491. OLE color: 15549491.
HSL color Cylindrical-coordinate representation of color #3344ED: hue angle of 234.52º 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 #3344ED is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 68 | 237 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.07 |
| HSL | 234.52º | 0.84% | 0.56% | - |
| HSV(B) | 234.52º | 0.78% | 0.93% | - |
| XYZ | 18.72 | 10.95 | 81.25 | - |
| YUV | 82.18 | 215.37 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 237 | 0.78 | 0.71 | 0 | 0.07 | 234.52 | 0.84 | 0.56 |
| Hex | 33 | 44 | ED | 4E | 47 | 0 | 7 | EB | 54 | 38 |
| Octal | 63 | 104 | 355 | 116 | 107 | 0 | 7 | 353 | 124 | 70 |
| Binary | 110011 | 1000100 | 11101101 | 1001110 | 1000111 | 0 | 111 | 11101011 | 1010100 | 111000 |
Color Harmonies of #3344ED
Complementary color
Monochromatic Colors of #3344ED
Black with #3344ED
Text Example
Text Example
White with #3344ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344ED; }
p { color: rgb(51,68,237); }
H1.HeaderClassName
{
color: #3344ED;
}
.AnyTagClassName
{
color: #3344ED;
}
</style>
background-color css
<style>
a { background-color: #3344ED; }
a { background-color: rgb(51,68,237); }
div.DivClassName
{
background-color: #3344ED;
}
.BgClassName
{
background-color: #3344ED;
}
</style>
border-color css
<style>
span { border-color: #3344ED; }
span { border-color: rgb(51,68,237); }
td.TdClassName
{
border-color: #3344ED;
}
.TagClassName
{
border-color: #3344ED;
}
</style>