Shades of Neon Blue #333CFF
Tints of Neon Blue #333CFF
RGB
CMYK
RGB Variations
Color information
#333CFF (or 0x333CFF) is known color: Neon Blue. HEX triplet: 33, 3C and FF. RGB value is (51,60,255). Sum of RGB (Red+Green+Blue) = 51+60+255=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #333CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CFF is #CCC300. Grayscale: #4E4E4E. Windows color (decimal): -13419265 or 16727091. OLE color: 16727091.
HSL color Cylindrical-coordinate representation of color #333CFF: hue angle of 237.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333CFF is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 60 | 255 | - |
| CMYK | 0.8 | 0.76 | 0 | 0 |
| HSL | 237.35º | 1% | 0.6% | - |
| HSV(B) | 237.35º | 0.8% | 1% | - |
| XYZ | 21.03 | 11.16 | 95.65 | - |
| YUV | 79.54 | 227.02 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 255 | 0.8 | 0.76 | 0 | 0 | 237.35 | 1 | 0.6 |
| Hex | 33 | 3C | FF | 50 | 4C | 0 | 0 | ED | 64 | 3C |
| Octal | 63 | 74 | 377 | 120 | 114 | 0 | 0 | 355 | 144 | 74 |
| Binary | 110011 | 111100 | 11111111 | 1010000 | 1001100 | 0 | 0 | 11101101 | 1100100 | 111100 |
Color Harmonies of #333CFF
Complementary color
Monochromatic Colors of #333CFF
Black with #333CFF
Text Example
Text Example
White with #333CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CFF; }
p { color: rgb(51,60,255); }
H1.HeaderClassName
{
color: #333CFF;
}
.AnyTagClassName
{
color: #333CFF;
}
</style>
background-color css
<style>
a { background-color: #333CFF; }
a { background-color: rgb(51,60,255); }
div.DivClassName
{
background-color: #333CFF;
}
.BgClassName
{
background-color: #333CFF;
}
</style>
border-color css
<style>
span { border-color: #333CFF; }
span { border-color: rgb(51,60,255); }
td.TdClassName
{
border-color: #333CFF;
}
.TagClassName
{
border-color: #333CFF;
}
</style>