Shades of Neon Blue #333AFE
Tints of Neon Blue #333AFE
RGB
CMYK
RGB Variations
Color information
#333AFE (or 0x333AFE) is known color: Neon Blue. HEX triplet: 33, 3A and FE. RGB value is (51,58,254). Sum of RGB (Red+Green+Blue) = 51+58+254=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #333AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333AFE is #CCC501. Grayscale: #4D4D4D. Windows color (decimal): -13419778 or 16661043. OLE color: 16661043.
HSL color Cylindrical-coordinate representation of color #333AFE: hue angle of 237.93º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333AFE is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 58 | 254 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.00 |
| HSL | 237.93º | 0.99% | 0.6% | - |
| HSV(B) | 237.93º | 0.8% | 1% | - |
| XYZ | 20.77 | 10.89 | 94.77 | - |
| YUV | 78.25 | 227.18 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 254 | 0.80 | 0.77 | 0 | 0.00 | 237.93 | 0.99 | 0.6 |
| Hex | 33 | 3A | FE | 50 | 4D | 0 | 0 | EE | 63 | 3C |
| Octal | 63 | 72 | 376 | 120 | 115 | 0 | 0 | 356 | 143 | 74 |
| Binary | 110011 | 111010 | 11111110 | 1010000 | 1001101 | 0 | 0 | 11101110 | 1100011 | 111100 |
Color Harmonies of #333AFE
Complementary color
Monochromatic Colors of #333AFE
Black with #333AFE
Text Example
Text Example
White with #333AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333AFE; }
p { color: rgb(51,58,254); }
H1.HeaderClassName
{
color: #333AFE;
}
.AnyTagClassName
{
color: #333AFE;
}
</style>
background-color css
<style>
a { background-color: #333AFE; }
a { background-color: rgb(51,58,254); }
div.DivClassName
{
background-color: #333AFE;
}
.BgClassName
{
background-color: #333AFE;
}
</style>
border-color css
<style>
span { border-color: #333AFE; }
span { border-color: rgb(51,58,254); }
td.TdClassName
{
border-color: #333AFE;
}
.TagClassName
{
border-color: #333AFE;
}
</style>