Shades of Neon Blue #333DFE
Tints of Neon Blue #333DFE
RGB
CMYK
RGB Variations
Color information
#333DFE (or 0x333DFE) is known color: Neon Blue. HEX triplet: 33, 3D and FE. RGB value is (51,61,254). Sum of RGB (Red+Green+Blue) = 51+61+254=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #333DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333DFE is #CCC201. Grayscale: #4F4F4F. Windows color (decimal): -13419010 or 16661811. OLE color: 16661811.
HSL color Cylindrical-coordinate representation of color #333DFE: hue angle of 237.04º 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 #333DFE is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 61 | 254 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.00 |
| HSL | 237.04º | 0.99% | 0.6% | - |
| HSV(B) | 237.04º | 0.8% | 1% | - |
| XYZ | 20.92 | 11.2 | 94.82 | - |
| YUV | 80.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 254 | 0.80 | 0.76 | 0 | 0.00 | 237.04 | 0.99 | 0.6 |
| Hex | 33 | 3D | FE | 50 | 4C | 0 | 0 | ED | 63 | 3C |
| Octal | 63 | 75 | 376 | 120 | 114 | 0 | 0 | 355 | 143 | 74 |
| Binary | 110011 | 111101 | 11111110 | 1010000 | 1001100 | 0 | 0 | 11101101 | 1100011 | 111100 |
Color Harmonies of #333DFE
Complementary color
Monochromatic Colors of #333DFE
Black with #333DFE
Text Example
Text Example
White with #333DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DFE; }
p { color: rgb(51,61,254); }
H1.HeaderClassName
{
color: #333DFE;
}
.AnyTagClassName
{
color: #333DFE;
}
</style>
background-color css
<style>
a { background-color: #333DFE; }
a { background-color: rgb(51,61,254); }
div.DivClassName
{
background-color: #333DFE;
}
.BgClassName
{
background-color: #333DFE;
}
</style>
border-color css
<style>
span { border-color: #333DFE; }
span { border-color: rgb(51,61,254); }
td.TdClassName
{
border-color: #333DFE;
}
.TagClassName
{
border-color: #333DFE;
}
</style>