Shades of Neon Blue #3A4CFF
Tints of Neon Blue #3A4CFF
RGB
CMYK
RGB Variations
Color information
#3A4CFF (or 0x3A4CFF) is known color: Neon Blue. HEX triplet: 3A, 4C and FF. RGB value is (58,76,255). Sum of RGB (Red+Green+Blue) = 58+76+255=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A4CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A4CFF is #C5B300. Grayscale: #5A5A5A. Windows color (decimal): -12956417 or 16731194. OLE color: 16731194.
HSL color Cylindrical-coordinate representation of color #3A4CFF: hue angle of 234.52º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A4CFF is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 76 | 255 | - |
| CMYK | 0.77 | 0.70 | 0 | 0 |
| HSL | 234.52º | 1% | 0.61% | - |
| HSV(B) | 234.52º | 0.77% | 1% | - |
| XYZ | 22.38 | 13.29 | 95.99 | - |
| YUV | 91.02 | 220.54 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 255 | 0.77 | 0.70 | 0 | 0 | 234.52 | 1 | 0.61 |
| Hex | 3A | 4C | FF | 4D | 46 | 0 | 0 | EB | 64 | 3D |
| Octal | 72 | 114 | 377 | 115 | 106 | 0 | 0 | 353 | 144 | 75 |
| Binary | 111010 | 1001100 | 11111111 | 1001101 | 1000110 | 0 | 0 | 11101011 | 1100100 | 111101 |
Color Harmonies of #3A4CFF
Complementary color
Monochromatic Colors of #3A4CFF
Black with #3A4CFF
Text Example
Text Example
White with #3A4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4CFF; }
p { color: rgb(58,76,255); }
H1.HeaderClassName
{
color: #3A4CFF;
}
.AnyTagClassName
{
color: #3A4CFF;
}
</style>
background-color css
<style>
a { background-color: #3A4CFF; }
a { background-color: rgb(58,76,255); }
div.DivClassName
{
background-color: #3A4CFF;
}
.BgClassName
{
background-color: #3A4CFF;
}
</style>
border-color css
<style>
span { border-color: #3A4CFF; }
span { border-color: rgb(58,76,255); }
td.TdClassName
{
border-color: #3A4CFF;
}
.TagClassName
{
border-color: #3A4CFF;
}
</style>