Shades of Neon Blue #333FFE
Tints of Neon Blue #333FFE
RGB
CMYK
RGB Variations
Color information
#333FFE (or 0x333FFE) is known color: Neon Blue. HEX triplet: 33, 3F and FE. RGB value is (51,63,254). Sum of RGB (Red+Green+Blue) = 51+63+254=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #333FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FFE is #CCC001. Grayscale: #505050. Windows color (decimal): -13418498 or 16662323. OLE color: 16662323.
HSL color Cylindrical-coordinate representation of color #333FFE: hue angle of 236.45º 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 #333FFE is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 63 | 254 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.00 |
| HSL | 236.45º | 0.99% | 0.6% | - |
| HSV(B) | 236.45º | 0.8% | 1% | - |
| XYZ | 21.03 | 11.41 | 94.86 | - |
| YUV | 81.19 | 225.52 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 254 | 0.80 | 0.75 | 0 | 0.00 | 236.45 | 0.99 | 0.6 |
| Hex | 33 | 3F | FE | 50 | 4B | 0 | 0 | EC | 63 | 3C |
| Octal | 63 | 77 | 376 | 120 | 113 | 0 | 0 | 354 | 143 | 74 |
| Binary | 110011 | 111111 | 11111110 | 1010000 | 1001011 | 0 | 0 | 11101100 | 1100011 | 111100 |
Color Harmonies of #333FFE
Complementary color
Monochromatic Colors of #333FFE
Black with #333FFE
Text Example
Text Example
White with #333FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FFE; }
p { color: rgb(51,63,254); }
H1.HeaderClassName
{
color: #333FFE;
}
.AnyTagClassName
{
color: #333FFE;
}
</style>
background-color css
<style>
a { background-color: #333FFE; }
a { background-color: rgb(51,63,254); }
div.DivClassName
{
background-color: #333FFE;
}
.BgClassName
{
background-color: #333FFE;
}
</style>
border-color css
<style>
span { border-color: #333FFE; }
span { border-color: rgb(51,63,254); }
td.TdClassName
{
border-color: #333FFE;
}
.TagClassName
{
border-color: #333FFE;
}
</style>