Shades of Neon Blue #4B44FE
Tints of Neon Blue #4B44FE
RGB
CMYK
RGB Variations
Color information
#4B44FE (or 0x4B44FE) is known color: Neon Blue. HEX triplet: 4B, 44 and FE. RGB value is (75,68,254). Sum of RGB (Red+Green+Blue) = 75+68+254=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B44FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B44FE is #B4BB01. Grayscale: #5A5A5A. Windows color (decimal): -11844354 or 16663627. OLE color: 16663627.
HSL color Cylindrical-coordinate representation of color #4B44FE: hue angle of 242.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B44FE is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 68 | 254 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.00 |
| HSL | 242.26º | 0.99% | 0.63% | - |
| HSV(B) | 242.26º | 0.73% | 1% | - |
| XYZ | 22.86 | 12.79 | 95.03 | - |
| YUV | 91.3 | 219.82 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 254 | 0.70 | 0.73 | 0 | 0.00 | 242.26 | 0.99 | 0.63 |
| Hex | 4B | 44 | FE | 46 | 49 | 0 | 0 | F2 | 63 | 3F |
| Octal | 113 | 104 | 376 | 106 | 111 | 0 | 0 | 362 | 143 | 77 |
| Binary | 1001011 | 1000100 | 11111110 | 1000110 | 1001001 | 0 | 0 | 11110010 | 1100011 | 111111 |
Color Harmonies of #4B44FE
Complementary color
Monochromatic Colors of #4B44FE
Black with #4B44FE
Text Example
Text Example
White with #4B44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B44FE; }
p { color: rgb(75,68,254); }
H1.HeaderClassName
{
color: #4B44FE;
}
.AnyTagClassName
{
color: #4B44FE;
}
</style>
background-color css
<style>
a { background-color: #4B44FE; }
a { background-color: rgb(75,68,254); }
div.DivClassName
{
background-color: #4B44FE;
}
.BgClassName
{
background-color: #4B44FE;
}
</style>
border-color css
<style>
span { border-color: #4B44FE; }
span { border-color: rgb(75,68,254); }
td.TdClassName
{
border-color: #4B44FE;
}
.TagClassName
{
border-color: #4B44FE;
}
</style>