Shades of Neon Blue #4133E0
Tints of Neon Blue #4133E0
RGB
CMYK
RGB Variations
Color information
#4133E0 (or 0x4133E0) is known color: Neon Blue. HEX triplet: 41, 33 and E0. RGB value is (65,51,224). Sum of RGB (Red+Green+Blue) = 65+51+224=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #4133E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4133E0 is #BECC1F. Grayscale: #4A4A4A. Windows color (decimal): -12504096 or 14693185. OLE color: 14693185.
HSL color Cylindrical-coordinate representation of color #4133E0: hue angle of 244.86º 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 #4133E0 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 51 | 224 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.12 |
| HSL | 244.86º | 0.74% | 0.54% | - |
| HSV(B) | 244.86º | 0.77% | 0.88% | - |
| XYZ | 16.82 | 8.87 | 71.35 | - |
| YUV | 74.91 | 212.14 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 224 | 0.71 | 0.77 | 0 | 0.12 | 244.86 | 0.74 | 0.54 |
| Hex | 41 | 33 | E0 | 47 | 4D | 0 | C | F5 | 4A | 36 |
| Octal | 101 | 63 | 340 | 107 | 115 | 0 | 14 | 365 | 112 | 66 |
| Binary | 1000001 | 110011 | 11100000 | 1000111 | 1001101 | 0 | 1100 | 11110101 | 1001010 | 110110 |
Color Harmonies of #4133E0
Complementary color
Monochromatic Colors of #4133E0
Black with #4133E0
Text Example
Text Example
White with #4133E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4133E0; }
p { color: rgb(65,51,224); }
H1.HeaderClassName
{
color: #4133E0;
}
.AnyTagClassName
{
color: #4133E0;
}
</style>
background-color css
<style>
a { background-color: #4133E0; }
a { background-color: rgb(65,51,224); }
div.DivClassName
{
background-color: #4133E0;
}
.BgClassName
{
background-color: #4133E0;
}
</style>
border-color css
<style>
span { border-color: #4133E0; }
span { border-color: rgb(65,51,224); }
td.TdClassName
{
border-color: #4133E0;
}
.TagClassName
{
border-color: #4133E0;
}
</style>