Shades of Neon Blue #333BE8
Tints of Neon Blue #333BE8
RGB
CMYK
RGB Variations
Color information
#333BE8 (or 0x333BE8) is known color: Neon Blue. HEX triplet: 33, 3B and E8. RGB value is (51,59,232). Sum of RGB (Red+Green+Blue) = 51+59+232=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 232 (91.02% from 255 or 67.84% from 342); Max value from RGB is 232 - color contains mainly: blue. Hex color #333BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333BE8 is #CCC417. Grayscale: #4B4B4B. Windows color (decimal): -13419544 or 15219507. OLE color: 15219507.
HSL color Cylindrical-coordinate representation of color #333BE8: hue angle of 237.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333BE8 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 59 | 232 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.09 |
| HSL | 237.35º | 0.8% | 0.55% | - |
| HSV(B) | 237.35º | 0.78% | 0.91% | - |
| XYZ | 17.49 | 9.66 | 77.29 | - |
| YUV | 76.33 | 215.85 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 232 | 0.78 | 0.75 | 0 | 0.09 | 237.35 | 0.8 | 0.55 |
| Hex | 33 | 3B | E8 | 4E | 4B | 0 | 9 | ED | 50 | 37 |
| Octal | 63 | 73 | 350 | 116 | 113 | 0 | 11 | 355 | 120 | 67 |
| Binary | 110011 | 111011 | 11101000 | 1001110 | 1001011 | 0 | 1001 | 11101101 | 1010000 | 110111 |
Color Harmonies of #333BE8
Complementary color
Monochromatic Colors of #333BE8
Black with #333BE8
Text Example
Text Example
White with #333BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BE8; }
p { color: rgb(51,59,232); }
H1.HeaderClassName
{
color: #333BE8;
}
.AnyTagClassName
{
color: #333BE8;
}
</style>
background-color css
<style>
a { background-color: #333BE8; }
a { background-color: rgb(51,59,232); }
div.DivClassName
{
background-color: #333BE8;
}
.BgClassName
{
background-color: #333BE8;
}
</style>
border-color css
<style>
span { border-color: #333BE8; }
span { border-color: rgb(51,59,232); }
td.TdClassName
{
border-color: #333BE8;
}
.TagClassName
{
border-color: #333BE8;
}
</style>