Shades of Neon Blue #405BFD
Tints of Neon Blue #405BFD
RGB
CMYK
RGB Variations
Color information
#405BFD (or 0x405BFD) is known color: Neon Blue. HEX triplet: 40, 5B and FD. RGB value is (64,91,253). Sum of RGB (Red+Green+Blue) = 64+91+253=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #405BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405BFD is #BFA402. Grayscale: #646464. Windows color (decimal): -12559363 or 16603968. OLE color: 16603968.
HSL color Cylindrical-coordinate representation of color #405BFD: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #405BFD is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 91 | 253 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.01 |
| HSL | 231.43º | 0.98% | 0.62% | - |
| HSV(B) | 231.43º | 0.75% | 0.99% | - |
| XYZ | 23.59 | 15.66 | 94.71 | - |
| YUV | 101.4 | 213.55 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 253 | 0.75 | 0.64 | 0 | 0.01 | 231.43 | 0.98 | 0.62 |
| Hex | 40 | 5B | FD | 4B | 40 | 0 | 1 | E7 | 62 | 3E |
| Octal | 100 | 133 | 375 | 113 | 100 | 0 | 1 | 347 | 142 | 76 |
| Binary | 1000000 | 1011011 | 11111101 | 1001011 | 1000000 | 0 | 1 | 11100111 | 1100010 | 111110 |
Color Harmonies of #405BFD
Complementary color
Monochromatic Colors of #405BFD
Black with #405BFD
Text Example
Text Example
White with #405BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BFD; }
p { color: rgb(64,91,253); }
H1.HeaderClassName
{
color: #405BFD;
}
.AnyTagClassName
{
color: #405BFD;
}
</style>
background-color css
<style>
a { background-color: #405BFD; }
a { background-color: rgb(64,91,253); }
div.DivClassName
{
background-color: #405BFD;
}
.BgClassName
{
background-color: #405BFD;
}
</style>
border-color css
<style>
span { border-color: #405BFD; }
span { border-color: rgb(64,91,253); }
td.TdClassName
{
border-color: #405BFD;
}
.TagClassName
{
border-color: #405BFD;
}
</style>