Shades of Neon Blue #3338EF
Tints of Neon Blue #3338EF
RGB
CMYK
RGB Variations
Color information
#3338EF (or 0x3338EF) is known color: Neon Blue. HEX triplet: 33, 38 and EF. RGB value is (51,56,239). Sum of RGB (Red+Green+Blue) = 51+56+239=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #3338EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3338EF is #CCC710. Grayscale: #4A4A4A. Windows color (decimal): -13420305 or 15677491. OLE color: 15677491.
HSL color Cylindrical-coordinate representation of color #3338EF: hue angle of 238.4º 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 #3338EF is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 56 | 239 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.06 |
| HSL | 238.4º | 0.85% | 0.57% | - |
| HSV(B) | 238.4º | 0.79% | 0.94% | - |
| XYZ | 18.36 | 9.76 | 82.58 | - |
| YUV | 75.37 | 220.34 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 239 | 0.79 | 0.77 | 0 | 0.06 | 238.4 | 0.85 | 0.57 |
| Hex | 33 | 38 | EF | 4F | 4D | 0 | 6 | EE | 55 | 39 |
| Octal | 63 | 70 | 357 | 117 | 115 | 0 | 6 | 356 | 125 | 71 |
| Binary | 110011 | 111000 | 11101111 | 1001111 | 1001101 | 0 | 110 | 11101110 | 1010101 | 111001 |
Color Harmonies of #3338EF
Complementary color
Monochromatic Colors of #3338EF
Black with #3338EF
Text Example
Text Example
White with #3338EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3338EF; }
p { color: rgb(51,56,239); }
H1.HeaderClassName
{
color: #3338EF;
}
.AnyTagClassName
{
color: #3338EF;
}
</style>
background-color css
<style>
a { background-color: #3338EF; }
a { background-color: rgb(51,56,239); }
div.DivClassName
{
background-color: #3338EF;
}
.BgClassName
{
background-color: #3338EF;
}
</style>
border-color css
<style>
span { border-color: #3338EF; }
span { border-color: rgb(51,56,239); }
td.TdClassName
{
border-color: #3338EF;
}
.TagClassName
{
border-color: #3338EF;
}
</style>