Shades of Neon Blue #3246FE
Tints of Neon Blue #3246FE
RGB
CMYK
RGB Variations
Color information
#3246FE (or 0x3246FE) is known color: Neon Blue. HEX triplet: 32, 46 and FE. RGB value is (50,70,254). Sum of RGB (Red+Green+Blue) = 50+70+254=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #3246FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3246FE is #CDB901. Grayscale: #545454. Windows color (decimal): -13482242 or 16664114. OLE color: 16664114.
HSL color Cylindrical-coordinate representation of color #3246FE: hue angle of 234.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3246FE is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 70 | 254 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.00 |
| HSL | 234.12º | 0.99% | 0.6% | - |
| HSV(B) | 234.12º | 0.8% | 1% | - |
| XYZ | 21.39 | 12.21 | 95 | - |
| YUV | 85 | 223.37 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 254 | 0.80 | 0.72 | 0 | 0.00 | 234.12 | 0.99 | 0.6 |
| Hex | 32 | 46 | FE | 50 | 48 | 0 | 0 | EA | 63 | 3C |
| Octal | 62 | 106 | 376 | 120 | 110 | 0 | 0 | 352 | 143 | 74 |
| Binary | 110010 | 1000110 | 11111110 | 1010000 | 1001000 | 0 | 0 | 11101010 | 1100011 | 111100 |
Color Harmonies of #3246FE
Complementary color
Monochromatic Colors of #3246FE
Black with #3246FE
Text Example
Text Example
White with #3246FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3246FE; }
p { color: rgb(50,70,254); }
H1.HeaderClassName
{
color: #3246FE;
}
.AnyTagClassName
{
color: #3246FE;
}
</style>
background-color css
<style>
a { background-color: #3246FE; }
a { background-color: rgb(50,70,254); }
div.DivClassName
{
background-color: #3246FE;
}
.BgClassName
{
background-color: #3246FE;
}
</style>
border-color css
<style>
span { border-color: #3246FE; }
span { border-color: rgb(50,70,254); }
td.TdClassName
{
border-color: #3246FE;
}
.TagClassName
{
border-color: #3246FE;
}
</style>