Shades of Neon Blue #3A4DFB
Tints of Neon Blue #3A4DFB
RGB
CMYK
RGB Variations
Color information
#3A4DFB (or 0x3A4DFB) is known color: Neon Blue. HEX triplet: 3A, 4D and FB. RGB value is (58,77,251). Sum of RGB (Red+Green+Blue) = 58+77+251=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A4DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A4DFB is #C5B204. Grayscale: #5A5A5A. Windows color (decimal): -12956165 or 16469306. OLE color: 16469306.
HSL color Cylindrical-coordinate representation of color #3A4DFB: hue angle of 234.09º 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 #3A4DFB is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 77 | 251 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.02 |
| HSL | 234.09º | 0.96% | 0.61% | - |
| HSV(B) | 234.09º | 0.77% | 0.98% | - |
| XYZ | 21.81 | 13.17 | 92.66 | - |
| YUV | 91.16 | 218.21 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 251 | 0.77 | 0.69 | 0 | 0.02 | 234.09 | 0.96 | 0.61 |
| Hex | 3A | 4D | FB | 4D | 45 | 0 | 2 | EA | 60 | 3D |
| Octal | 72 | 115 | 373 | 115 | 105 | 0 | 2 | 352 | 140 | 75 |
| Binary | 111010 | 1001101 | 11111011 | 1001101 | 1000101 | 0 | 10 | 11101010 | 1100000 | 111101 |
Color Harmonies of #3A4DFB
Complementary color
Monochromatic Colors of #3A4DFB
Black with #3A4DFB
Text Example
Text Example
White with #3A4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4DFB; }
p { color: rgb(58,77,251); }
H1.HeaderClassName
{
color: #3A4DFB;
}
.AnyTagClassName
{
color: #3A4DFB;
}
</style>
background-color css
<style>
a { background-color: #3A4DFB; }
a { background-color: rgb(58,77,251); }
div.DivClassName
{
background-color: #3A4DFB;
}
.BgClassName
{
background-color: #3A4DFB;
}
</style>
border-color css
<style>
span { border-color: #3A4DFB; }
span { border-color: rgb(58,77,251); }
td.TdClassName
{
border-color: #3A4DFB;
}
.TagClassName
{
border-color: #3A4DFB;
}
</style>