Shades of Neon Blue #3246FA
Tints of Neon Blue #3246FA
RGB
CMYK
RGB Variations
Color information
#3246FA (or 0x3246FA) is known color: Neon Blue. HEX triplet: 32, 46 and FA. RGB value is (50,70,250). Sum of RGB (Red+Green+Blue) = 50+70+250=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #3246FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3246FA is #CDB905. Grayscale: #535353. Windows color (decimal): -13482246 or 16401970. OLE color: 16401970.
HSL color Cylindrical-coordinate representation of color #3246FA: hue angle of 234º 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 #3246FA is Cyan = 0.8, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 70 | 250 | - |
| CMYK | 0.8 | 0.72 | 0 | 0.02 |
| HSL | 234º | 0.95% | 0.59% | - |
| HSV(B) | 234º | 0.8% | 0.98% | - |
| XYZ | 20.76 | 11.96 | 91.66 | - |
| YUV | 84.54 | 221.37 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 250 | 0.8 | 0.72 | 0 | 0.02 | 234 | 0.95 | 0.59 |
| Hex | 32 | 46 | FA | 50 | 48 | 0 | 2 | EA | 5F | 3B |
| Octal | 62 | 106 | 372 | 120 | 110 | 0 | 2 | 352 | 137 | 73 |
| Binary | 110010 | 1000110 | 11111010 | 1010000 | 1001000 | 0 | 10 | 11101010 | 1011111 | 111011 |
Color Harmonies of #3246FA
Complementary color
Monochromatic Colors of #3246FA
Black with #3246FA
Text Example
Text Example
White with #3246FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3246FA; }
p { color: rgb(50,70,250); }
H1.HeaderClassName
{
color: #3246FA;
}
.AnyTagClassName
{
color: #3246FA;
}
</style>
background-color css
<style>
a { background-color: #3246FA; }
a { background-color: rgb(50,70,250); }
div.DivClassName
{
background-color: #3246FA;
}
.BgClassName
{
background-color: #3246FA;
}
</style>
border-color css
<style>
span { border-color: #3246FA; }
span { border-color: rgb(50,70,250); }
td.TdClassName
{
border-color: #3246FA;
}
.TagClassName
{
border-color: #3246FA;
}
</style>