Shades of Neon Blue #4B3BFE
Tints of Neon Blue #4B3BFE
RGB
CMYK
RGB Variations
Color information
#4B3BFE (or 0x4B3BFE) is known color: Neon Blue. HEX triplet: 4B, 3B and FE. RGB value is (75,59,254). Sum of RGB (Red+Green+Blue) = 75+59+254=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B3BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3BFE is #B4C401. Grayscale: #555555. Windows color (decimal): -11846658 or 16661323. OLE color: 16661323.
HSL color Cylindrical-coordinate representation of color #4B3BFE: hue angle of 244.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B3BFE is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 59 | 254 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.00 |
| HSL | 244.92º | 0.99% | 0.61% | - |
| HSV(B) | 244.92º | 0.77% | 1% | - |
| XYZ | 22.36 | 11.78 | 94.86 | - |
| YUV | 86.01 | 222.8 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 254 | 0.70 | 0.77 | 0 | 0.00 | 244.92 | 0.99 | 0.61 |
| Hex | 4B | 3B | FE | 46 | 4D | 0 | 0 | F5 | 63 | 3D |
| Octal | 113 | 73 | 376 | 106 | 115 | 0 | 0 | 365 | 143 | 75 |
| Binary | 1001011 | 111011 | 11111110 | 1000110 | 1001101 | 0 | 0 | 11110101 | 1100011 | 111101 |
Color Harmonies of #4B3BFE
Complementary color
Monochromatic Colors of #4B3BFE
Black with #4B3BFE
Text Example
Text Example
White with #4B3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3BFE; }
p { color: rgb(75,59,254); }
H1.HeaderClassName
{
color: #4B3BFE;
}
.AnyTagClassName
{
color: #4B3BFE;
}
</style>
background-color css
<style>
a { background-color: #4B3BFE; }
a { background-color: rgb(75,59,254); }
div.DivClassName
{
background-color: #4B3BFE;
}
.BgClassName
{
background-color: #4B3BFE;
}
</style>
border-color css
<style>
span { border-color: #4B3BFE; }
span { border-color: rgb(75,59,254); }
td.TdClassName
{
border-color: #4B3BFE;
}
.TagClassName
{
border-color: #4B3BFE;
}
</style>