Shades of Neon Blue #413DFD
Tints of Neon Blue #413DFD
RGB
CMYK
RGB Variations
Color information
#413DFD (or 0x413DFD) is known color: Neon Blue. HEX triplet: 41, 3D and FD. RGB value is (65,61,253). Sum of RGB (Red+Green+Blue) = 65+61+253=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #413DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413DFD is #BEC202. Grayscale: #535353. Windows color (decimal): -12501507 or 16596289. OLE color: 16596289.
HSL color Cylindrical-coordinate representation of color #413DFD: hue angle of 241.25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #413DFD is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 61 | 253 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.01 |
| HSL | 241.25º | 0.98% | 0.62% | - |
| HSV(B) | 241.25º | 0.76% | 0.99% | - |
| XYZ | 21.58 | 11.55 | 94.02 | - |
| YUV | 84.08 | 223.33 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 253 | 0.74 | 0.76 | 0 | 0.01 | 241.25 | 0.98 | 0.62 |
| Hex | 41 | 3D | FD | 4A | 4C | 0 | 1 | F1 | 62 | 3E |
| Octal | 101 | 75 | 375 | 112 | 114 | 0 | 1 | 361 | 142 | 76 |
| Binary | 1000001 | 111101 | 11111101 | 1001010 | 1001100 | 0 | 1 | 11110001 | 1100010 | 111110 |
Color Harmonies of #413DFD
Complementary color
Monochromatic Colors of #413DFD
Black with #413DFD
Text Example
Text Example
White with #413DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DFD; }
p { color: rgb(65,61,253); }
H1.HeaderClassName
{
color: #413DFD;
}
.AnyTagClassName
{
color: #413DFD;
}
</style>
background-color css
<style>
a { background-color: #413DFD; }
a { background-color: rgb(65,61,253); }
div.DivClassName
{
background-color: #413DFD;
}
.BgClassName
{
background-color: #413DFD;
}
</style>
border-color css
<style>
span { border-color: #413DFD; }
span { border-color: rgb(65,61,253); }
td.TdClassName
{
border-color: #413DFD;
}
.TagClassName
{
border-color: #413DFD;
}
</style>