Shades of Neon Blue #413FED
Tints of Neon Blue #413FED
RGB
CMYK
RGB Variations
Color information
#413FED (or 0x413FED) is known color: Neon Blue. HEX triplet: 41, 3F and ED. RGB value is (65,63,237). Sum of RGB (Red+Green+Blue) = 65+63+237=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #413FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FED is #BEC012. Grayscale: #525252. Windows color (decimal): -12501011 or 15548225. OLE color: 15548225.
HSL color Cylindrical-coordinate representation of color #413FED: hue angle of 240.69º degrees, saturation: 0.83, 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 #413FED is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 63 | 237 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.07 |
| HSL | 240.69º | 0.83% | 0.59% | - |
| HSV(B) | 240.69º | 0.73% | 0.93% | - |
| XYZ | 19.24 | 10.79 | 81.19 | - |
| YUV | 83.43 | 214.66 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 237 | 0.73 | 0.73 | 0 | 0.07 | 240.69 | 0.83 | 0.59 |
| Hex | 41 | 3F | ED | 49 | 49 | 0 | 7 | F1 | 53 | 3B |
| Octal | 101 | 77 | 355 | 111 | 111 | 0 | 7 | 361 | 123 | 73 |
| Binary | 1000001 | 111111 | 11101101 | 1001001 | 1001001 | 0 | 111 | 11110001 | 1010011 | 111011 |
Color Harmonies of #413FED
Complementary color
Monochromatic Colors of #413FED
Black with #413FED
Text Example
Text Example
White with #413FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FED; }
p { color: rgb(65,63,237); }
H1.HeaderClassName
{
color: #413FED;
}
.AnyTagClassName
{
color: #413FED;
}
</style>
background-color css
<style>
a { background-color: #413FED; }
a { background-color: rgb(65,63,237); }
div.DivClassName
{
background-color: #413FED;
}
.BgClassName
{
background-color: #413FED;
}
</style>
border-color css
<style>
span { border-color: #413FED; }
span { border-color: rgb(65,63,237); }
td.TdClassName
{
border-color: #413FED;
}
.TagClassName
{
border-color: #413FED;
}
</style>