Shades of Neon Blue #3A4DFC
Tints of Neon Blue #3A4DFC
RGB
CMYK
RGB Variations
Color information
#3A4DFC (or 0x3A4DFC) is known color: Neon Blue. HEX triplet: 3A, 4D and FC. RGB value is (58,77,252). Sum of RGB (Red+Green+Blue) = 58+77+252=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A4DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A4DFC is #C5B203. Grayscale: #5A5A5A. Windows color (decimal): -12956164 or 16534842. OLE color: 16534842.
HSL color Cylindrical-coordinate representation of color #3A4DFC: hue angle of 234.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A4DFC is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 77 | 252 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.01 |
| HSL | 234.12º | 0.97% | 0.61% | - |
| HSV(B) | 234.12º | 0.77% | 0.99% | - |
| XYZ | 21.97 | 13.24 | 93.49 | - |
| YUV | 91.27 | 218.71 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 252 | 0.77 | 0.69 | 0 | 0.01 | 234.12 | 0.97 | 0.61 |
| Hex | 3A | 4D | FC | 4D | 45 | 0 | 1 | EA | 61 | 3D |
| Octal | 72 | 115 | 374 | 115 | 105 | 0 | 1 | 352 | 141 | 75 |
| Binary | 111010 | 1001101 | 11111100 | 1001101 | 1000101 | 0 | 1 | 11101010 | 1100001 | 111101 |
Color Harmonies of #3A4DFC
Complementary color
Monochromatic Colors of #3A4DFC
Black with #3A4DFC
Text Example
Text Example
White with #3A4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4DFC; }
p { color: rgb(58,77,252); }
H1.HeaderClassName
{
color: #3A4DFC;
}
.AnyTagClassName
{
color: #3A4DFC;
}
</style>
background-color css
<style>
a { background-color: #3A4DFC; }
a { background-color: rgb(58,77,252); }
div.DivClassName
{
background-color: #3A4DFC;
}
.BgClassName
{
background-color: #3A4DFC;
}
</style>
border-color css
<style>
span { border-color: #3A4DFC; }
span { border-color: rgb(58,77,252); }
td.TdClassName
{
border-color: #3A4DFC;
}
.TagClassName
{
border-color: #3A4DFC;
}
</style>