Shades of Neon Blue #4133E1
Tints of Neon Blue #4133E1
RGB
CMYK
RGB Variations
Color information
#4133E1 (or 0x4133E1) is known color: Neon Blue. HEX triplet: 41, 33 and E1. RGB value is (65,51,225). Sum of RGB (Red+Green+Blue) = 65+51+225=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #4133E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4133E1 is #BECC1E. Grayscale: #4A4A4A. Windows color (decimal): -12504095 or 14758721. OLE color: 14758721.
HSL color Cylindrical-coordinate representation of color #4133E1: hue angle of 244.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4133E1 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 51 | 225 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.12 |
| HSL | 244.83º | 0.74% | 0.54% | - |
| HSV(B) | 244.83º | 0.77% | 0.88% | - |
| XYZ | 16.95 | 8.93 | 72.06 | - |
| YUV | 75.02 | 212.64 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 225 | 0.71 | 0.77 | 0 | 0.12 | 244.83 | 0.74 | 0.54 |
| Hex | 41 | 33 | E1 | 47 | 4D | 0 | C | F5 | 4A | 36 |
| Octal | 101 | 63 | 341 | 107 | 115 | 0 | 14 | 365 | 112 | 66 |
| Binary | 1000001 | 110011 | 11100001 | 1000111 | 1001101 | 0 | 1100 | 11110101 | 1001010 | 110110 |
Color Harmonies of #4133E1
Complementary color
Monochromatic Colors of #4133E1
Black with #4133E1
Text Example
Text Example
White with #4133E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4133E1; }
p { color: rgb(65,51,225); }
H1.HeaderClassName
{
color: #4133E1;
}
.AnyTagClassName
{
color: #4133E1;
}
</style>
background-color css
<style>
a { background-color: #4133E1; }
a { background-color: rgb(65,51,225); }
div.DivClassName
{
background-color: #4133E1;
}
.BgClassName
{
background-color: #4133E1;
}
</style>
border-color css
<style>
span { border-color: #4133E1; }
span { border-color: rgb(65,51,225); }
td.TdClassName
{
border-color: #4133E1;
}
.TagClassName
{
border-color: #4133E1;
}
</style>