Shades of Neon Blue #333AFD
Tints of Neon Blue #333AFD
RGB
CMYK
RGB Variations
Color information
#333AFD (or 0x333AFD) is known color: Neon Blue. HEX triplet: 33, 3A and FD. RGB value is (51,58,253). Sum of RGB (Red+Green+Blue) = 51+58+253=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #333AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333AFD is #CCC502. Grayscale: #4D4D4D. Windows color (decimal): -13419779 or 16595507. OLE color: 16595507.
HSL color Cylindrical-coordinate representation of color #333AFD: hue angle of 237.92º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333AFD is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 58 | 253 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.01 |
| HSL | 237.92º | 0.98% | 0.6% | - |
| HSV(B) | 237.92º | 0.8% | 0.99% | - |
| XYZ | 20.61 | 10.82 | 93.93 | - |
| YUV | 78.14 | 226.68 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 253 | 0.80 | 0.77 | 0 | 0.01 | 237.92 | 0.98 | 0.6 |
| Hex | 33 | 3A | FD | 50 | 4D | 0 | 1 | EE | 62 | 3C |
| Octal | 63 | 72 | 375 | 120 | 115 | 0 | 1 | 356 | 142 | 74 |
| Binary | 110011 | 111010 | 11111101 | 1010000 | 1001101 | 0 | 1 | 11101110 | 1100010 | 111100 |
Color Harmonies of #333AFD
Complementary color
Monochromatic Colors of #333AFD
Black with #333AFD
Text Example
Text Example
White with #333AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333AFD; }
p { color: rgb(51,58,253); }
H1.HeaderClassName
{
color: #333AFD;
}
.AnyTagClassName
{
color: #333AFD;
}
</style>
background-color css
<style>
a { background-color: #333AFD; }
a { background-color: rgb(51,58,253); }
div.DivClassName
{
background-color: #333AFD;
}
.BgClassName
{
background-color: #333AFD;
}
</style>
border-color css
<style>
span { border-color: #333AFD; }
span { border-color: rgb(51,58,253); }
td.TdClassName
{
border-color: #333AFD;
}
.TagClassName
{
border-color: #333AFD;
}
</style>