Shades of Neon Blue #333EFE
Tints of Neon Blue #333EFE
RGB
CMYK
RGB Variations
Color information
#333EFE (or 0x333EFE) is known color: Neon Blue. HEX triplet: 33, 3E and FE. RGB value is (51,62,254). Sum of RGB (Red+Green+Blue) = 51+62+254=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #333EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333EFE is #CCC101. Grayscale: #4F4F4F. Windows color (decimal): -13418754 or 16662067. OLE color: 16662067.
HSL color Cylindrical-coordinate representation of color #333EFE: hue angle of 236.75º 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 #333EFE is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 62 | 254 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.00 |
| HSL | 236.75º | 0.99% | 0.6% | - |
| HSV(B) | 236.75º | 0.8% | 1% | - |
| XYZ | 20.98 | 11.3 | 94.84 | - |
| YUV | 80.6 | 225.86 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 254 | 0.80 | 0.76 | 0 | 0.00 | 236.75 | 0.99 | 0.6 |
| Hex | 33 | 3E | FE | 50 | 4C | 0 | 0 | ED | 63 | 3C |
| Octal | 63 | 76 | 376 | 120 | 114 | 0 | 0 | 355 | 143 | 74 |
| Binary | 110011 | 111110 | 11111110 | 1010000 | 1001100 | 0 | 0 | 11101101 | 1100011 | 111100 |
Color Harmonies of #333EFE
Complementary color
Monochromatic Colors of #333EFE
Black with #333EFE
Text Example
Text Example
White with #333EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333EFE; }
p { color: rgb(51,62,254); }
H1.HeaderClassName
{
color: #333EFE;
}
.AnyTagClassName
{
color: #333EFE;
}
</style>
background-color css
<style>
a { background-color: #333EFE; }
a { background-color: rgb(51,62,254); }
div.DivClassName
{
background-color: #333EFE;
}
.BgClassName
{
background-color: #333EFE;
}
</style>
border-color css
<style>
span { border-color: #333EFE; }
span { border-color: rgb(51,62,254); }
td.TdClassName
{
border-color: #333EFE;
}
.TagClassName
{
border-color: #333EFE;
}
</style>