Shades of Neon Blue #3B4DEB
Tints of Neon Blue #3B4DEB
RGB
CMYK
RGB Variations
Color information
#3B4DEB (or 0x3B4DEB) is known color: Neon Blue. HEX triplet: 3B, 4D and EB. RGB value is (59,77,235). Sum of RGB (Red+Green+Blue) = 59+77+235=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B4DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B4DEB is #C4B214. Grayscale: #585858. Windows color (decimal): -12890645 or 15420731. OLE color: 15420731.
HSL color Cylindrical-coordinate representation of color #3B4DEB: hue angle of 233.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B4DEB is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 77 | 235 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.08 |
| HSL | 233.86º | 0.81% | 0.58% | - |
| HSV(B) | 233.86º | 0.75% | 0.92% | - |
| XYZ | 19.45 | 12.24 | 79.93 | - |
| YUV | 89.63 | 210.04 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 235 | 0.75 | 0.67 | 0 | 0.08 | 233.86 | 0.81 | 0.58 |
| Hex | 3B | 4D | EB | 4B | 43 | 0 | 8 | EA | 51 | 3A |
| Octal | 73 | 115 | 353 | 113 | 103 | 0 | 10 | 352 | 121 | 72 |
| Binary | 111011 | 1001101 | 11101011 | 1001011 | 1000011 | 0 | 1000 | 11101010 | 1010001 | 111010 |
Color Harmonies of #3B4DEB
Complementary color
Monochromatic Colors of #3B4DEB
Black with #3B4DEB
Text Example
Text Example
White with #3B4DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4DEB; }
p { color: rgb(59,77,235); }
H1.HeaderClassName
{
color: #3B4DEB;
}
.AnyTagClassName
{
color: #3B4DEB;
}
</style>
background-color css
<style>
a { background-color: #3B4DEB; }
a { background-color: rgb(59,77,235); }
div.DivClassName
{
background-color: #3B4DEB;
}
.BgClassName
{
background-color: #3B4DEB;
}
</style>
border-color css
<style>
span { border-color: #3B4DEB; }
span { border-color: rgb(59,77,235); }
td.TdClassName
{
border-color: #3B4DEB;
}
.TagClassName
{
border-color: #3B4DEB;
}
</style>