Shades of Neon Blue #413DFA
Tints of Neon Blue #413DFA
RGB
CMYK
RGB Variations
Color information
#413DFA (or 0x413DFA) is known color: Neon Blue. HEX triplet: 41, 3D and FA. RGB value is (65,61,250). Sum of RGB (Red+Green+Blue) = 65+61+250=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #413DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413DFA is #BEC205. Grayscale: #525252. Windows color (decimal): -12501510 or 16399681. OLE color: 16399681.
HSL color Cylindrical-coordinate representation of color #413DFA: hue angle of 241.27º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #413DFA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 61 | 250 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.02 |
| HSL | 241.27º | 0.95% | 0.61% | - |
| HSV(B) | 241.27º | 0.76% | 0.98% | - |
| XYZ | 21.1 | 11.36 | 91.52 | - |
| YUV | 83.74 | 221.83 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 250 | 0.74 | 0.76 | 0 | 0.02 | 241.27 | 0.95 | 0.61 |
| Hex | 41 | 3D | FA | 4A | 4C | 0 | 2 | F1 | 5F | 3D |
| Octal | 101 | 75 | 372 | 112 | 114 | 0 | 2 | 361 | 137 | 75 |
| Binary | 1000001 | 111101 | 11111010 | 1001010 | 1001100 | 0 | 10 | 11110001 | 1011111 | 111101 |
Color Harmonies of #413DFA
Complementary color
Monochromatic Colors of #413DFA
Black with #413DFA
Text Example
Text Example
White with #413DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DFA; }
p { color: rgb(65,61,250); }
H1.HeaderClassName
{
color: #413DFA;
}
.AnyTagClassName
{
color: #413DFA;
}
</style>
background-color css
<style>
a { background-color: #413DFA; }
a { background-color: rgb(65,61,250); }
div.DivClassName
{
background-color: #413DFA;
}
.BgClassName
{
background-color: #413DFA;
}
</style>
border-color css
<style>
span { border-color: #413DFA; }
span { border-color: rgb(65,61,250); }
td.TdClassName
{
border-color: #413DFA;
}
.TagClassName
{
border-color: #413DFA;
}
</style>