Shades of Neon Blue #4B54FE
Tints of Neon Blue #4B54FE
RGB
CMYK
RGB Variations
Color information
#4B54FE (or 0x4B54FE) is known color: Neon Blue. HEX triplet: 4B, 54 and FE. RGB value is (75,84,254). Sum of RGB (Red+Green+Blue) = 75+84+254=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B54FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B54FE is #B4AB01. Grayscale: #646464. Windows color (decimal): -11840258 or 16667723. OLE color: 16667723.
HSL color Cylindrical-coordinate representation of color #4B54FE: hue angle of 236.98º 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 #4B54FE is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 84 | 254 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.00 |
| HSL | 236.98º | 0.99% | 0.65% | - |
| HSV(B) | 236.98º | 0.7% | 1% | - |
| XYZ | 23.96 | 14.99 | 95.4 | - |
| YUV | 100.69 | 214.52 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 254 | 0.70 | 0.67 | 0 | 0.00 | 236.98 | 0.99 | 0.65 |
| Hex | 4B | 54 | FE | 46 | 43 | 0 | 0 | ED | 63 | 41 |
| Octal | 113 | 124 | 376 | 106 | 103 | 0 | 0 | 355 | 143 | 101 |
| Binary | 1001011 | 1010100 | 11111110 | 1000110 | 1000011 | 0 | 0 | 11101101 | 1100011 | 1000001 |
Color Harmonies of #4B54FE
Complementary color
Monochromatic Colors of #4B54FE
Black with #4B54FE
Text Example
Text Example
White with #4B54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B54FE; }
p { color: rgb(75,84,254); }
H1.HeaderClassName
{
color: #4B54FE;
}
.AnyTagClassName
{
color: #4B54FE;
}
</style>
background-color css
<style>
a { background-color: #4B54FE; }
a { background-color: rgb(75,84,254); }
div.DivClassName
{
background-color: #4B54FE;
}
.BgClassName
{
background-color: #4B54FE;
}
</style>
border-color css
<style>
span { border-color: #4B54FE; }
span { border-color: rgb(75,84,254); }
td.TdClassName
{
border-color: #4B54FE;
}
.TagClassName
{
border-color: #4B54FE;
}
</style>