Shades of Neon Blue #333FFA
Tints of Neon Blue #333FFA
RGB
CMYK
RGB Variations
Color information
#333FFA (or 0x333FFA) is known color: Neon Blue. HEX triplet: 33, 3F and FA. RGB value is (51,63,250). Sum of RGB (Red+Green+Blue) = 51+63+250=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #333FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FFA is #CCC005. Grayscale: #4F4F4F. Windows color (decimal): -13418502 or 16400179. OLE color: 16400179.
HSL color Cylindrical-coordinate representation of color #333FFA: hue angle of 236.38º 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 #333FFA is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 63 | 250 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.02 |
| HSL | 236.38º | 0.95% | 0.59% | - |
| HSV(B) | 236.38º | 0.8% | 0.98% | - |
| XYZ | 20.4 | 11.16 | 91.52 | - |
| YUV | 80.73 | 223.52 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 250 | 0.80 | 0.75 | 0 | 0.02 | 236.38 | 0.95 | 0.59 |
| Hex | 33 | 3F | FA | 50 | 4B | 0 | 2 | EC | 5F | 3B |
| Octal | 63 | 77 | 372 | 120 | 113 | 0 | 2 | 354 | 137 | 73 |
| Binary | 110011 | 111111 | 11111010 | 1010000 | 1001011 | 0 | 10 | 11101100 | 1011111 | 111011 |
Color Harmonies of #333FFA
Complementary color
Monochromatic Colors of #333FFA
Black with #333FFA
Text Example
Text Example
White with #333FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FFA; }
p { color: rgb(51,63,250); }
H1.HeaderClassName
{
color: #333FFA;
}
.AnyTagClassName
{
color: #333FFA;
}
</style>
background-color css
<style>
a { background-color: #333FFA; }
a { background-color: rgb(51,63,250); }
div.DivClassName
{
background-color: #333FFA;
}
.BgClassName
{
background-color: #333FFA;
}
</style>
border-color css
<style>
span { border-color: #333FFA; }
span { border-color: rgb(51,63,250); }
td.TdClassName
{
border-color: #333FFA;
}
.TagClassName
{
border-color: #333FFA;
}
</style>