Shades of Neon Blue #3A46FB
Tints of Neon Blue #3A46FB
RGB
CMYK
RGB Variations
Color information
#3A46FB (or 0x3A46FB) is known color: Neon Blue. HEX triplet: 3A, 46 and FB. RGB value is (58,70,251). Sum of RGB (Red+Green+Blue) = 58+70+251=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A46FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A46FB is #C5B904. Grayscale: #565656. Windows color (decimal): -12957957 or 16467514. OLE color: 16467514.
HSL color Cylindrical-coordinate representation of color #3A46FB: hue angle of 236.27º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A46FB is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 70 | 251 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.02 |
| HSL | 236.27º | 0.96% | 0.61% | - |
| HSV(B) | 236.27º | 0.77% | 0.98% | - |
| XYZ | 21.35 | 12.24 | 92.51 | - |
| YUV | 87.05 | 220.52 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 251 | 0.77 | 0.72 | 0 | 0.02 | 236.27 | 0.96 | 0.61 |
| Hex | 3A | 46 | FB | 4D | 48 | 0 | 2 | EC | 60 | 3D |
| Octal | 72 | 106 | 373 | 115 | 110 | 0 | 2 | 354 | 140 | 75 |
| Binary | 111010 | 1000110 | 11111011 | 1001101 | 1001000 | 0 | 10 | 11101100 | 1100000 | 111101 |
Color Harmonies of #3A46FB
Complementary color
Monochromatic Colors of #3A46FB
Black with #3A46FB
Text Example
Text Example
White with #3A46FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A46FB; }
p { color: rgb(58,70,251); }
H1.HeaderClassName
{
color: #3A46FB;
}
.AnyTagClassName
{
color: #3A46FB;
}
</style>
background-color css
<style>
a { background-color: #3A46FB; }
a { background-color: rgb(58,70,251); }
div.DivClassName
{
background-color: #3A46FB;
}
.BgClassName
{
background-color: #3A46FB;
}
</style>
border-color css
<style>
span { border-color: #3A46FB; }
span { border-color: rgb(58,70,251); }
td.TdClassName
{
border-color: #3A46FB;
}
.TagClassName
{
border-color: #3A46FB;
}
</style>