Shades of Neon Blue #4B41FE
Tints of Neon Blue #4B41FE
RGB
CMYK
RGB Variations
Color information
#4B41FE (or 0x4B41FE) is known color: Neon Blue. HEX triplet: 4B, 41 and FE. RGB value is (75,65,254). Sum of RGB (Red+Green+Blue) = 75+65+254=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B41FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B41FE is #B4BE01. Grayscale: #585858. Windows color (decimal): -11845122 or 16662859. OLE color: 16662859.
HSL color Cylindrical-coordinate representation of color #4B41FE: hue angle of 243.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B41FE is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 65 | 254 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.00 |
| HSL | 243.17º | 0.99% | 0.63% | - |
| HSV(B) | 243.17º | 0.74% | 1% | - |
| XYZ | 22.68 | 12.43 | 94.97 | - |
| YUV | 89.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 254 | 0.70 | 0.74 | 0 | 0.00 | 243.17 | 0.99 | 0.63 |
| Hex | 4B | 41 | FE | 46 | 4A | 0 | 0 | F3 | 63 | 3F |
| Octal | 113 | 101 | 376 | 106 | 112 | 0 | 0 | 363 | 143 | 77 |
| Binary | 1001011 | 1000001 | 11111110 | 1000110 | 1001010 | 0 | 0 | 11110011 | 1100011 | 111111 |
Color Harmonies of #4B41FE
Complementary color
Monochromatic Colors of #4B41FE
Black with #4B41FE
Text Example
Text Example
White with #4B41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B41FE; }
p { color: rgb(75,65,254); }
H1.HeaderClassName
{
color: #4B41FE;
}
.AnyTagClassName
{
color: #4B41FE;
}
</style>
background-color css
<style>
a { background-color: #4B41FE; }
a { background-color: rgb(75,65,254); }
div.DivClassName
{
background-color: #4B41FE;
}
.BgClassName
{
background-color: #4B41FE;
}
</style>
border-color css
<style>
span { border-color: #4B41FE; }
span { border-color: rgb(75,65,254); }
td.TdClassName
{
border-color: #4B41FE;
}
.TagClassName
{
border-color: #4B41FE;
}
</style>