Shades of Neon Blue #405DFF
Tints of Neon Blue #405DFF
RGB
CMYK
RGB Variations
Color information
#405DFF (or 0x405DFF) is known color: Neon Blue. HEX triplet: 40, 5D and FF. RGB value is (64,93,255). Sum of RGB (Red+Green+Blue) = 64+93+255=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #405DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DFF is #BFA200. Grayscale: #666666. Windows color (decimal): -12558849 or 16735552. OLE color: 16735552.
HSL color Cylindrical-coordinate representation of color #405DFF: hue angle of 230.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #405DFF is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 93 | 255 | - |
| CMYK | 0.75 | 0.64 | 0 | 0 |
| HSL | 230.89º | 1% | 0.63% | - |
| HSV(B) | 230.89º | 0.75% | 1% | - |
| XYZ | 24.08 | 16.14 | 96.45 | - |
| YUV | 102.8 | 213.89 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 255 | 0.75 | 0.64 | 0 | 0 | 230.89 | 1 | 0.63 |
| Hex | 40 | 5D | FF | 4B | 40 | 0 | 0 | E7 | 64 | 3F |
| Octal | 100 | 135 | 377 | 113 | 100 | 0 | 0 | 347 | 144 | 77 |
| Binary | 1000000 | 1011101 | 11111111 | 1001011 | 1000000 | 0 | 0 | 11100111 | 1100100 | 111111 |
Color Harmonies of #405DFF
Complementary color
Monochromatic Colors of #405DFF
Black with #405DFF
Text Example
Text Example
White with #405DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DFF; }
p { color: rgb(64,93,255); }
H1.HeaderClassName
{
color: #405DFF;
}
.AnyTagClassName
{
color: #405DFF;
}
</style>
background-color css
<style>
a { background-color: #405DFF; }
a { background-color: rgb(64,93,255); }
div.DivClassName
{
background-color: #405DFF;
}
.BgClassName
{
background-color: #405DFF;
}
</style>
border-color css
<style>
span { border-color: #405DFF; }
span { border-color: rgb(64,93,255); }
td.TdClassName
{
border-color: #405DFF;
}
.TagClassName
{
border-color: #405DFF;
}
</style>