Shades of Neon Blue #333AFB
Tints of Neon Blue #333AFB
RGB
CMYK
RGB Variations
Color information
#333AFB (or 0x333AFB) is known color: Neon Blue. HEX triplet: 33, 3A and FB. RGB value is (51,58,251). Sum of RGB (Red+Green+Blue) = 51+58+251=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #333AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333AFB is #CCC504. Grayscale: #4D4D4D. Windows color (decimal): -13419781 or 16464435. OLE color: 16464435.
HSL color Cylindrical-coordinate representation of color #333AFB: hue angle of 237.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333AFB is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 58 | 251 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.02 |
| HSL | 237.9º | 0.96% | 0.59% | - |
| HSV(B) | 237.9º | 0.8% | 0.98% | - |
| XYZ | 20.29 | 10.69 | 92.26 | - |
| YUV | 77.91 | 225.68 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 251 | 0.80 | 0.77 | 0 | 0.02 | 237.9 | 0.96 | 0.59 |
| Hex | 33 | 3A | FB | 50 | 4D | 0 | 2 | EE | 60 | 3B |
| Octal | 63 | 72 | 373 | 120 | 115 | 0 | 2 | 356 | 140 | 73 |
| Binary | 110011 | 111010 | 11111011 | 1010000 | 1001101 | 0 | 10 | 11101110 | 1100000 | 111011 |
Color Harmonies of #333AFB
Complementary color
Monochromatic Colors of #333AFB
Black with #333AFB
Text Example
Text Example
White with #333AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333AFB; }
p { color: rgb(51,58,251); }
H1.HeaderClassName
{
color: #333AFB;
}
.AnyTagClassName
{
color: #333AFB;
}
</style>
background-color css
<style>
a { background-color: #333AFB; }
a { background-color: rgb(51,58,251); }
div.DivClassName
{
background-color: #333AFB;
}
.BgClassName
{
background-color: #333AFB;
}
</style>
border-color css
<style>
span { border-color: #333AFB; }
span { border-color: rgb(51,58,251); }
td.TdClassName
{
border-color: #333AFB;
}
.TagClassName
{
border-color: #333AFB;
}
</style>