Shades of Neon Blue #413AEE
Tints of Neon Blue #413AEE
RGB
CMYK
RGB Variations
Color information
#413AEE (or 0x413AEE) is known color: Neon Blue. HEX triplet: 41, 3A and EE. RGB value is (65,58,238). Sum of RGB (Red+Green+Blue) = 65+58+238=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #413AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413AEE is #BEC511. Grayscale: #4F4F4F. Windows color (decimal): -12502290 or 15612481. OLE color: 15612481.
HSL color Cylindrical-coordinate representation of color #413AEE: hue angle of 242.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #413AEE is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 58 | 238 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.07 |
| HSL | 242.33º | 0.84% | 0.58% | - |
| HSV(B) | 242.33º | 0.76% | 0.93% | - |
| XYZ | 19.13 | 10.32 | 81.87 | - |
| YUV | 80.61 | 216.82 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 238 | 0.73 | 0.76 | 0 | 0.07 | 242.33 | 0.84 | 0.58 |
| Hex | 41 | 3A | EE | 49 | 4C | 0 | 7 | F2 | 54 | 3A |
| Octal | 101 | 72 | 356 | 111 | 114 | 0 | 7 | 362 | 124 | 72 |
| Binary | 1000001 | 111010 | 11101110 | 1001001 | 1001100 | 0 | 111 | 11110010 | 1010100 | 111010 |
Color Harmonies of #413AEE
Complementary color
Monochromatic Colors of #413AEE
Black with #413AEE
Text Example
Text Example
White with #413AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AEE; }
p { color: rgb(65,58,238); }
H1.HeaderClassName
{
color: #413AEE;
}
.AnyTagClassName
{
color: #413AEE;
}
</style>
background-color css
<style>
a { background-color: #413AEE; }
a { background-color: rgb(65,58,238); }
div.DivClassName
{
background-color: #413AEE;
}
.BgClassName
{
background-color: #413AEE;
}
</style>
border-color css
<style>
span { border-color: #413AEE; }
span { border-color: rgb(65,58,238); }
td.TdClassName
{
border-color: #413AEE;
}
.TagClassName
{
border-color: #413AEE;
}
</style>