Shades of Neon Blue #3333FA
Tints of Neon Blue #3333FA
RGB
CMYK
RGB Variations
Color information
#3333FA (or 0x3333FA) is known color: Neon Blue. HEX triplet: 33, 33 and FA. RGB value is (51,51,250). Sum of RGB (Red+Green+Blue) = 51+51+250=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #3333FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3333FA is #CCCC05. Grayscale: #484848. Windows color (decimal): -13421574 or 16397107. OLE color: 16397107.
HSL color Cylindrical-coordinate representation of color #3333FA: hue angle of 240º 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 #3333FA is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 51 | 250 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.02 |
| HSL | 240º | 0.95% | 0.59% | - |
| HSV(B) | 240º | 0.8% | 0.98% | - |
| XYZ | 19.8 | 9.97 | 91.32 | - |
| YUV | 73.69 | 227.5 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 250 | 0.80 | 0.80 | 0 | 0.02 | 240 | 0.95 | 0.59 |
| Hex | 33 | 33 | FA | 50 | 50 | 0 | 2 | F0 | 5F | 3B |
| Octal | 63 | 63 | 372 | 120 | 120 | 0 | 2 | 360 | 137 | 73 |
| Binary | 110011 | 110011 | 11111010 | 1010000 | 1010000 | 0 | 10 | 11110000 | 1011111 | 111011 |
Color Harmonies of #3333FA
Complementary color
Monochromatic Colors of #3333FA
Black with #3333FA
Text Example
Text Example
White with #3333FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3333FA; }
p { color: rgb(51,51,250); }
H1.HeaderClassName
{
color: #3333FA;
}
.AnyTagClassName
{
color: #3333FA;
}
</style>
background-color css
<style>
a { background-color: #3333FA; }
a { background-color: rgb(51,51,250); }
div.DivClassName
{
background-color: #3333FA;
}
.BgClassName
{
background-color: #3333FA;
}
</style>
border-color css
<style>
span { border-color: #3333FA; }
span { border-color: rgb(51,51,250); }
td.TdClassName
{
border-color: #3333FA;
}
.TagClassName
{
border-color: #3333FA;
}
</style>