Shades of Neon Blue #4150EE
Tints of Neon Blue #4150EE
RGB
CMYK
RGB Variations
Color information
#4150EE (or 0x4150EE) is known color: Neon Blue. HEX triplet: 41, 50 and EE. RGB value is (65,80,238). Sum of RGB (Red+Green+Blue) = 65+80+238=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #4150EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4150EE is #BEAF11. Grayscale: #5C5C5C. Windows color (decimal): -12496658 or 15618113. OLE color: 15618113.
HSL color Cylindrical-coordinate representation of color #4150EE: hue angle of 234.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4150EE is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 80 | 238 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.07 |
| HSL | 234.8º | 0.84% | 0.59% | - |
| HSV(B) | 234.8º | 0.73% | 0.93% | - |
| XYZ | 20.48 | 13.03 | 82.33 | - |
| YUV | 93.53 | 209.53 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 238 | 0.73 | 0.66 | 0 | 0.07 | 234.8 | 0.84 | 0.59 |
| Hex | 41 | 50 | EE | 49 | 42 | 0 | 7 | EB | 54 | 3B |
| Octal | 101 | 120 | 356 | 111 | 102 | 0 | 7 | 353 | 124 | 73 |
| Binary | 1000001 | 1010000 | 11101110 | 1001001 | 1000010 | 0 | 111 | 11101011 | 1010100 | 111011 |
Color Harmonies of #4150EE
Complementary color
Monochromatic Colors of #4150EE
Black with #4150EE
Text Example
Text Example
White with #4150EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150EE; }
p { color: rgb(65,80,238); }
H1.HeaderClassName
{
color: #4150EE;
}
.AnyTagClassName
{
color: #4150EE;
}
</style>
background-color css
<style>
a { background-color: #4150EE; }
a { background-color: rgb(65,80,238); }
div.DivClassName
{
background-color: #4150EE;
}
.BgClassName
{
background-color: #4150EE;
}
</style>
border-color css
<style>
span { border-color: #4150EE; }
span { border-color: rgb(65,80,238); }
td.TdClassName
{
border-color: #4150EE;
}
.TagClassName
{
border-color: #4150EE;
}
</style>