Shades of Neon Blue #3334EF
Tints of Neon Blue #3334EF
RGB
CMYK
RGB Variations
Color information
#3334EF (or 0x3334EF) is known color: Neon Blue. HEX triplet: 33, 34 and EF. RGB value is (51,52,239). Sum of RGB (Red+Green+Blue) = 51+52+239=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #3334EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3334EF is #CCCB10. Grayscale: #484848. Windows color (decimal): -13421329 or 15676467. OLE color: 15676467.
HSL color Cylindrical-coordinate representation of color #3334EF: hue angle of 239.68º 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 #3334EF is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 52 | 239 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.06 |
| HSL | 239.68º | 0.85% | 0.57% | - |
| HSV(B) | 239.68º | 0.79% | 0.94% | - |
| XYZ | 18.17 | 9.39 | 82.52 | - |
| YUV | 73.02 | 221.67 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 239 | 0.79 | 0.78 | 0 | 0.06 | 239.68 | 0.85 | 0.57 |
| Hex | 33 | 34 | EF | 4F | 4E | 0 | 6 | F0 | 55 | 39 |
| Octal | 63 | 64 | 357 | 117 | 116 | 0 | 6 | 360 | 125 | 71 |
| Binary | 110011 | 110100 | 11101111 | 1001111 | 1001110 | 0 | 110 | 11110000 | 1010101 | 111001 |
Color Harmonies of #3334EF
Complementary color
Monochromatic Colors of #3334EF
Black with #3334EF
Text Example
Text Example
White with #3334EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3334EF; }
p { color: rgb(51,52,239); }
H1.HeaderClassName
{
color: #3334EF;
}
.AnyTagClassName
{
color: #3334EF;
}
</style>
background-color css
<style>
a { background-color: #3334EF; }
a { background-color: rgb(51,52,239); }
div.DivClassName
{
background-color: #3334EF;
}
.BgClassName
{
background-color: #3334EF;
}
</style>
border-color css
<style>
span { border-color: #3334EF; }
span { border-color: rgb(51,52,239); }
td.TdClassName
{
border-color: #3334EF;
}
.TagClassName
{
border-color: #3334EF;
}
</style>