Shades of Neon Blue #333BFA
Tints of Neon Blue #333BFA
RGB
CMYK
RGB Variations
Color information
#333BFA (or 0x333BFA) is known color: Neon Blue. HEX triplet: 33, 3B and FA. RGB value is (51,59,250). Sum of RGB (Red+Green+Blue) = 51+59+250=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #333BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333BFA is #CCC405. Grayscale: #4D4D4D. Windows color (decimal): -13419526 or 16399155. OLE color: 16399155.
HSL color Cylindrical-coordinate representation of color #333BFA: hue angle of 237.59º degrees, saturation: 0.95, 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 #333BFA is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 59 | 250 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.02 |
| HSL | 237.59º | 0.95% | 0.59% | - |
| HSV(B) | 237.59º | 0.8% | 0.98% | - |
| XYZ | 20.18 | 10.73 | 91.45 | - |
| YUV | 78.38 | 224.85 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 250 | 0.80 | 0.76 | 0 | 0.02 | 237.59 | 0.95 | 0.59 |
| Hex | 33 | 3B | FA | 50 | 4C | 0 | 2 | EE | 5F | 3B |
| Octal | 63 | 73 | 372 | 120 | 114 | 0 | 2 | 356 | 137 | 73 |
| Binary | 110011 | 111011 | 11111010 | 1010000 | 1001100 | 0 | 10 | 11101110 | 1011111 | 111011 |
Color Harmonies of #333BFA
Complementary color
Monochromatic Colors of #333BFA
Black with #333BFA
Text Example
Text Example
White with #333BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BFA; }
p { color: rgb(51,59,250); }
H1.HeaderClassName
{
color: #333BFA;
}
.AnyTagClassName
{
color: #333BFA;
}
</style>
background-color css
<style>
a { background-color: #333BFA; }
a { background-color: rgb(51,59,250); }
div.DivClassName
{
background-color: #333BFA;
}
.BgClassName
{
background-color: #333BFA;
}
</style>
border-color css
<style>
span { border-color: #333BFA; }
span { border-color: rgb(51,59,250); }
td.TdClassName
{
border-color: #333BFA;
}
.TagClassName
{
border-color: #333BFA;
}
</style>