Shades of Neon Blue #3343EE
Tints of Neon Blue #3343EE
RGB
CMYK
RGB Variations
Color information
#3343EE (or 0x3343EE) is known color: Neon Blue. HEX triplet: 33, 43 and EE. RGB value is (51,67,238). Sum of RGB (Red+Green+Blue) = 51+67+238=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #3343EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3343EE is #CCBC11. Grayscale: #515151. Windows color (decimal): -13417490 or 15614771. OLE color: 15614771.
HSL color Cylindrical-coordinate representation of color #3343EE: hue angle of 234.87º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3343EE is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 67 | 238 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.07 |
| HSL | 234.87º | 0.85% | 0.57% | - |
| HSV(B) | 234.87º | 0.79% | 0.93% | - |
| XYZ | 18.81 | 10.89 | 82 | - |
| YUV | 81.71 | 216.2 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 238 | 0.79 | 0.72 | 0 | 0.07 | 234.87 | 0.85 | 0.57 |
| Hex | 33 | 43 | EE | 4F | 48 | 0 | 7 | EB | 55 | 39 |
| Octal | 63 | 103 | 356 | 117 | 110 | 0 | 7 | 353 | 125 | 71 |
| Binary | 110011 | 1000011 | 11101110 | 1001111 | 1001000 | 0 | 111 | 11101011 | 1010101 | 111001 |
Color Harmonies of #3343EE
Complementary color
Monochromatic Colors of #3343EE
Black with #3343EE
Text Example
Text Example
White with #3343EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3343EE; }
p { color: rgb(51,67,238); }
H1.HeaderClassName
{
color: #3343EE;
}
.AnyTagClassName
{
color: #3343EE;
}
</style>
background-color css
<style>
a { background-color: #3343EE; }
a { background-color: rgb(51,67,238); }
div.DivClassName
{
background-color: #3343EE;
}
.BgClassName
{
background-color: #3343EE;
}
</style>
border-color css
<style>
span { border-color: #3343EE; }
span { border-color: rgb(51,67,238); }
td.TdClassName
{
border-color: #3343EE;
}
.TagClassName
{
border-color: #3343EE;
}
</style>