Shades of Neon Blue #3A4CEB
Tints of Neon Blue #3A4CEB
RGB
CMYK
RGB Variations
Color information
#3A4CEB (or 0x3A4CEB) is known color: Neon Blue. HEX triplet: 3A, 4C and EB. RGB value is (58,76,235). Sum of RGB (Red+Green+Blue) = 58+76+235=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A4CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A4CEB is #C5B314. Grayscale: #585858. Windows color (decimal): -12956437 or 15420474. OLE color: 15420474.
HSL color Cylindrical-coordinate representation of color #3A4CEB: hue angle of 233.9º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A4CEB is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 76 | 235 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.08 |
| HSL | 233.9º | 0.82% | 0.57% | - |
| HSV(B) | 233.9º | 0.75% | 0.92% | - |
| XYZ | 19.32 | 12.07 | 79.91 | - |
| YUV | 88.74 | 210.54 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 235 | 0.75 | 0.68 | 0 | 0.08 | 233.9 | 0.82 | 0.57 |
| Hex | 3A | 4C | EB | 4B | 44 | 0 | 8 | EA | 52 | 39 |
| Octal | 72 | 114 | 353 | 113 | 104 | 0 | 10 | 352 | 122 | 71 |
| Binary | 111010 | 1001100 | 11101011 | 1001011 | 1000100 | 0 | 1000 | 11101010 | 1010010 | 111001 |
Color Harmonies of #3A4CEB
Complementary color
Monochromatic Colors of #3A4CEB
Black with #3A4CEB
Text Example
Text Example
White with #3A4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4CEB; }
p { color: rgb(58,76,235); }
H1.HeaderClassName
{
color: #3A4CEB;
}
.AnyTagClassName
{
color: #3A4CEB;
}
</style>
background-color css
<style>
a { background-color: #3A4CEB; }
a { background-color: rgb(58,76,235); }
div.DivClassName
{
background-color: #3A4CEB;
}
.BgClassName
{
background-color: #3A4CEB;
}
</style>
border-color css
<style>
span { border-color: #3A4CEB; }
span { border-color: rgb(58,76,235); }
td.TdClassName
{
border-color: #3A4CEB;
}
.TagClassName
{
border-color: #3A4CEB;
}
</style>