Shades of Neon Blue #335DFF
Tints of Neon Blue #335DFF
RGB
CMYK
RGB Variations
Color information
#335DFF (or 0x335DFF) is known color: Neon Blue. HEX triplet: 33, 5D and FF. RGB value is (51,93,255). Sum of RGB (Red+Green+Blue) = 51+93+255=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #335DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DFF is #CCA200. Grayscale: #626262. Windows color (decimal): -13410817 or 16735539. OLE color: 16735539.
HSL color Cylindrical-coordinate representation of color #335DFF: hue angle of 227.65º 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 #335DFF is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 93 | 255 | - |
| CMYK | 0.8 | 0.64 | 0 | 0 |
| HSL | 227.65º | 1% | 0.6% | - |
| HSV(B) | 227.65º | 0.8% | 1% | - |
| XYZ | 23.33 | 15.75 | 96.42 | - |
| YUV | 98.91 | 216.09 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 255 | 0.8 | 0.64 | 0 | 0 | 227.65 | 1 | 0.6 |
| Hex | 33 | 5D | FF | 50 | 40 | 0 | 0 | E4 | 64 | 3C |
| Octal | 63 | 135 | 377 | 120 | 100 | 0 | 0 | 344 | 144 | 74 |
| Binary | 110011 | 1011101 | 11111111 | 1010000 | 1000000 | 0 | 0 | 11100100 | 1100100 | 111100 |
Color Harmonies of #335DFF
Complementary color
Monochromatic Colors of #335DFF
Black with #335DFF
Text Example
Text Example
White with #335DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DFF; }
p { color: rgb(51,93,255); }
H1.HeaderClassName
{
color: #335DFF;
}
.AnyTagClassName
{
color: #335DFF;
}
</style>
background-color css
<style>
a { background-color: #335DFF; }
a { background-color: rgb(51,93,255); }
div.DivClassName
{
background-color: #335DFF;
}
.BgClassName
{
background-color: #335DFF;
}
</style>
border-color css
<style>
span { border-color: #335DFF; }
span { border-color: rgb(51,93,255); }
td.TdClassName
{
border-color: #335DFF;
}
.TagClassName
{
border-color: #335DFF;
}
</style>