Shades of Neon Blue #405DFA
Tints of Neon Blue #405DFA
RGB
CMYK
RGB Variations
Color information
#405DFA (or 0x405DFA) is known color: Neon Blue. HEX triplet: 40, 5D and FA. RGB value is (64,93,250). Sum of RGB (Red+Green+Blue) = 64+93+250=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #405DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DFA is #BFA205. Grayscale: #656565. Windows color (decimal): -12558854 or 16407872. OLE color: 16407872.
HSL color Cylindrical-coordinate representation of color #405DFA: hue angle of 230.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405DFA is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 93 | 250 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.02 |
| HSL | 230.65º | 0.95% | 0.62% | - |
| HSV(B) | 230.65º | 0.74% | 0.98% | - |
| XYZ | 23.28 | 15.82 | 92.27 | - |
| YUV | 102.23 | 211.39 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 250 | 0.74 | 0.63 | 0 | 0.02 | 230.65 | 0.95 | 0.62 |
| Hex | 40 | 5D | FA | 4A | 3F | 0 | 2 | E7 | 5F | 3E |
| Octal | 100 | 135 | 372 | 112 | 77 | 0 | 2 | 347 | 137 | 76 |
| Binary | 1000000 | 1011101 | 11111010 | 1001010 | 111111 | 0 | 10 | 11100111 | 1011111 | 111110 |
Color Harmonies of #405DFA
Complementary color
Monochromatic Colors of #405DFA
Black with #405DFA
Text Example
Text Example
White with #405DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DFA; }
p { color: rgb(64,93,250); }
H1.HeaderClassName
{
color: #405DFA;
}
.AnyTagClassName
{
color: #405DFA;
}
</style>
background-color css
<style>
a { background-color: #405DFA; }
a { background-color: rgb(64,93,250); }
div.DivClassName
{
background-color: #405DFA;
}
.BgClassName
{
background-color: #405DFA;
}
</style>
border-color css
<style>
span { border-color: #405DFA; }
span { border-color: rgb(64,93,250); }
td.TdClassName
{
border-color: #405DFA;
}
.TagClassName
{
border-color: #405DFA;
}
</style>