Shades of Neon Blue #4B4BFE
Tints of Neon Blue #4B4BFE
RGB
CMYK
RGB Variations
Color information
#4B4BFE (or 0x4B4BFE) is known color: Neon Blue. HEX triplet: 4B, 4B and FE. RGB value is (75,75,254). Sum of RGB (Red+Green+Blue) = 75+75+254=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B4BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B4BFE is #B4B401. Grayscale: #5E5E5E. Windows color (decimal): -11842562 or 16665419. OLE color: 16665419.
HSL color Cylindrical-coordinate representation of color #4B4BFE: hue angle of 240º 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 #4B4BFE is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 75 | 254 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.65% | - |
| HSV(B) | 240º | 0.7% | 1% | - |
| XYZ | 23.31 | 13.68 | 95.18 | - |
| YUV | 95.41 | 217.5 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 75 | 254 | 0.70 | 0.70 | 0 | 0.00 | 240 | 0.99 | 0.65 |
| Hex | 4B | 4B | FE | 46 | 46 | 0 | 0 | F0 | 63 | 41 |
| Octal | 113 | 113 | 376 | 106 | 106 | 0 | 0 | 360 | 143 | 101 |
| Binary | 1001011 | 1001011 | 11111110 | 1000110 | 1000110 | 0 | 0 | 11110000 | 1100011 | 1000001 |
Color Harmonies of #4B4BFE
Complementary color
Monochromatic Colors of #4B4BFE
Black with #4B4BFE
Text Example
Text Example
White with #4B4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4BFE; }
p { color: rgb(75,75,254); }
H1.HeaderClassName
{
color: #4B4BFE;
}
.AnyTagClassName
{
color: #4B4BFE;
}
</style>
background-color css
<style>
a { background-color: #4B4BFE; }
a { background-color: rgb(75,75,254); }
div.DivClassName
{
background-color: #4B4BFE;
}
.BgClassName
{
background-color: #4B4BFE;
}
</style>
border-color css
<style>
span { border-color: #4B4BFE; }
span { border-color: rgb(75,75,254); }
td.TdClassName
{
border-color: #4B4BFE;
}
.TagClassName
{
border-color: #4B4BFE;
}
</style>