Shades of Neon Blue #413DED
Tints of Neon Blue #413DED
RGB
CMYK
RGB Variations
Color information
#413DED (or 0x413DED) is known color: Neon Blue. HEX triplet: 41, 3D and ED. RGB value is (65,61,237). Sum of RGB (Red+Green+Blue) = 65+61+237=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #413DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413DED is #BEC212. Grayscale: #515151. Windows color (decimal): -12501523 or 15547713. OLE color: 15547713.
HSL color Cylindrical-coordinate representation of color #413DED: hue angle of 241.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413DED is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 61 | 237 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.07 |
| HSL | 241.36º | 0.83% | 0.58% | - |
| HSV(B) | 241.36º | 0.74% | 0.93% | - |
| XYZ | 19.13 | 10.58 | 81.15 | - |
| YUV | 82.26 | 215.33 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 237 | 0.73 | 0.74 | 0 | 0.07 | 241.36 | 0.83 | 0.58 |
| Hex | 41 | 3D | ED | 49 | 4A | 0 | 7 | F1 | 53 | 3A |
| Octal | 101 | 75 | 355 | 111 | 112 | 0 | 7 | 361 | 123 | 72 |
| Binary | 1000001 | 111101 | 11101101 | 1001001 | 1001010 | 0 | 111 | 11110001 | 1010011 | 111010 |
Color Harmonies of #413DED
Complementary color
Monochromatic Colors of #413DED
Black with #413DED
Text Example
Text Example
White with #413DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DED; }
p { color: rgb(65,61,237); }
H1.HeaderClassName
{
color: #413DED;
}
.AnyTagClassName
{
color: #413DED;
}
</style>
background-color css
<style>
a { background-color: #413DED; }
a { background-color: rgb(65,61,237); }
div.DivClassName
{
background-color: #413DED;
}
.BgClassName
{
background-color: #413DED;
}
</style>
border-color css
<style>
span { border-color: #413DED; }
span { border-color: rgb(65,61,237); }
td.TdClassName
{
border-color: #413DED;
}
.TagClassName
{
border-color: #413DED;
}
</style>