Shades of Neon Blue #4B5BFE
Tints of Neon Blue #4B5BFE
RGB
CMYK
RGB Variations
Color information
#4B5BFE (or 0x4B5BFE) is known color: Neon Blue. HEX triplet: 4B, 5B and FE. RGB value is (75,91,254). Sum of RGB (Red+Green+Blue) = 75+91+254=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B5BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5BFE is #B4A401. Grayscale: #686868. Windows color (decimal): -11838466 or 16669515. OLE color: 16669515.
HSL color Cylindrical-coordinate representation of color #4B5BFE: hue angle of 234.64º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B5BFE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 91 | 254 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.00 |
| HSL | 234.64º | 0.99% | 0.65% | - |
| HSV(B) | 234.64º | 0.7% | 1% | - |
| XYZ | 24.53 | 16.13 | 95.59 | - |
| YUV | 104.8 | 212.2 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 254 | 0.70 | 0.64 | 0 | 0.00 | 234.64 | 0.99 | 0.65 |
| Hex | 4B | 5B | FE | 46 | 40 | 0 | 0 | EB | 63 | 41 |
| Octal | 113 | 133 | 376 | 106 | 100 | 0 | 0 | 353 | 143 | 101 |
| Binary | 1001011 | 1011011 | 11111110 | 1000110 | 1000000 | 0 | 0 | 11101011 | 1100011 | 1000001 |
Color Harmonies of #4B5BFE
Complementary color
Monochromatic Colors of #4B5BFE
Black with #4B5BFE
Text Example
Text Example
White with #4B5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5BFE; }
p { color: rgb(75,91,254); }
H1.HeaderClassName
{
color: #4B5BFE;
}
.AnyTagClassName
{
color: #4B5BFE;
}
</style>
background-color css
<style>
a { background-color: #4B5BFE; }
a { background-color: rgb(75,91,254); }
div.DivClassName
{
background-color: #4B5BFE;
}
.BgClassName
{
background-color: #4B5BFE;
}
</style>
border-color css
<style>
span { border-color: #4B5BFE; }
span { border-color: rgb(75,91,254); }
td.TdClassName
{
border-color: #4B5BFE;
}
.TagClassName
{
border-color: #4B5BFE;
}
</style>