Shades of Neon Blue #3345EF
Tints of Neon Blue #3345EF
RGB
CMYK
RGB Variations
Color information
#3345EF (or 0x3345EF) is known color: Neon Blue. HEX triplet: 33, 45 and EF. RGB value is (51,69,239). Sum of RGB (Red+Green+Blue) = 51+69+239=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #3345EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3345EF is #CCBA10. Grayscale: #525252. Windows color (decimal): -13416977 or 15680819. OLE color: 15680819.
HSL color Cylindrical-coordinate representation of color #3345EF: hue angle of 234.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3345EF is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 69 | 239 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.06 |
| HSL | 234.26º | 0.85% | 0.57% | - |
| HSV(B) | 234.26º | 0.79% | 0.94% | - |
| XYZ | 19.07 | 11.19 | 82.82 | - |
| YUV | 83 | 216.04 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 239 | 0.79 | 0.71 | 0 | 0.06 | 234.26 | 0.85 | 0.57 |
| Hex | 33 | 45 | EF | 4F | 47 | 0 | 6 | EA | 55 | 39 |
| Octal | 63 | 105 | 357 | 117 | 107 | 0 | 6 | 352 | 125 | 71 |
| Binary | 110011 | 1000101 | 11101111 | 1001111 | 1000111 | 0 | 110 | 11101010 | 1010101 | 111001 |
Color Harmonies of #3345EF
Complementary color
Monochromatic Colors of #3345EF
Black with #3345EF
Text Example
Text Example
White with #3345EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3345EF; }
p { color: rgb(51,69,239); }
H1.HeaderClassName
{
color: #3345EF;
}
.AnyTagClassName
{
color: #3345EF;
}
</style>
background-color css
<style>
a { background-color: #3345EF; }
a { background-color: rgb(51,69,239); }
div.DivClassName
{
background-color: #3345EF;
}
.BgClassName
{
background-color: #3345EF;
}
</style>
border-color css
<style>
span { border-color: #3345EF; }
span { border-color: rgb(51,69,239); }
td.TdClassName
{
border-color: #3345EF;
}
.TagClassName
{
border-color: #3345EF;
}
</style>