Shades of Neon Blue #333BEF
Tints of Neon Blue #333BEF
RGB
CMYK
RGB Variations
Color information
#333BEF (or 0x333BEF) is known color: Neon Blue. HEX triplet: 33, 3B and EF. RGB value is (51,59,239). Sum of RGB (Red+Green+Blue) = 51+59+239=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #333BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333BEF is #CCC410. Grayscale: #4C4C4C. Windows color (decimal): -13419537 or 15678259. OLE color: 15678259.
HSL color Cylindrical-coordinate representation of color #333BEF: hue angle of 237.45º 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 #333BEF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 59 | 239 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.06 |
| HSL | 237.45º | 0.85% | 0.57% | - |
| HSV(B) | 237.45º | 0.79% | 0.94% | - |
| XYZ | 18.51 | 10.06 | 82.63 | - |
| YUV | 77.13 | 219.35 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 239 | 0.79 | 0.75 | 0 | 0.06 | 237.45 | 0.85 | 0.57 |
| Hex | 33 | 3B | EF | 4F | 4B | 0 | 6 | ED | 55 | 39 |
| Octal | 63 | 73 | 357 | 117 | 113 | 0 | 6 | 355 | 125 | 71 |
| Binary | 110011 | 111011 | 11101111 | 1001111 | 1001011 | 0 | 110 | 11101101 | 1010101 | 111001 |
Color Harmonies of #333BEF
Complementary color
Monochromatic Colors of #333BEF
Black with #333BEF
Text Example
Text Example
White with #333BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BEF; }
p { color: rgb(51,59,239); }
H1.HeaderClassName
{
color: #333BEF;
}
.AnyTagClassName
{
color: #333BEF;
}
</style>
background-color css
<style>
a { background-color: #333BEF; }
a { background-color: rgb(51,59,239); }
div.DivClassName
{
background-color: #333BEF;
}
.BgClassName
{
background-color: #333BEF;
}
</style>
border-color css
<style>
span { border-color: #333BEF; }
span { border-color: rgb(51,59,239); }
td.TdClassName
{
border-color: #333BEF;
}
.TagClassName
{
border-color: #333BEF;
}
</style>