Shades of Neon Blue #333FE6
Tints of Neon Blue #333FE6
RGB
CMYK
RGB Variations
Color information
#333FE6 (or 0x333FE6) is known color: Neon Blue. HEX triplet: 33, 3F and E6. RGB value is (51,63,230). Sum of RGB (Red+Green+Blue) = 51+63+230=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #333FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FE6 is #CCC019. Grayscale: #4D4D4D. Windows color (decimal): -13418522 or 15089459. OLE color: 15089459.
HSL color Cylindrical-coordinate representation of color #333FE6: hue angle of 235.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333FE6 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 63 | 230 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.10 |
| HSL | 235.98º | 0.78% | 0.55% | - |
| HSV(B) | 235.98º | 0.78% | 0.9% | - |
| XYZ | 17.43 | 9.97 | 75.87 | - |
| YUV | 78.45 | 213.52 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 230 | 0.78 | 0.73 | 0 | 0.10 | 235.98 | 0.78 | 0.55 |
| Hex | 33 | 3F | E6 | 4E | 49 | 0 | A | EC | 4E | 37 |
| Octal | 63 | 77 | 346 | 116 | 111 | 0 | 12 | 354 | 116 | 67 |
| Binary | 110011 | 111111 | 11100110 | 1001110 | 1001001 | 0 | 1010 | 11101100 | 1001110 | 110111 |
Color Harmonies of #333FE6
Complementary color
Monochromatic Colors of #333FE6
Black with #333FE6
Text Example
Text Example
White with #333FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FE6; }
p { color: rgb(51,63,230); }
H1.HeaderClassName
{
color: #333FE6;
}
.AnyTagClassName
{
color: #333FE6;
}
</style>
background-color css
<style>
a { background-color: #333FE6; }
a { background-color: rgb(51,63,230); }
div.DivClassName
{
background-color: #333FE6;
}
.BgClassName
{
background-color: #333FE6;
}
</style>
border-color css
<style>
span { border-color: #333FE6; }
span { border-color: rgb(51,63,230); }
td.TdClassName
{
border-color: #333FE6;
}
.TagClassName
{
border-color: #333FE6;
}
</style>