Shades of Neon Blue #405FFF
Tints of Neon Blue #405FFF
RGB
CMYK
RGB Variations
Color information
#405FFF (or 0x405FFF) is known color: Neon Blue. HEX triplet: 40, 5F and FF. RGB value is (64,95,255). Sum of RGB (Red+Green+Blue) = 64+95+255=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #405FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FFF is #BFA000. Grayscale: #676767. Windows color (decimal): -12558337 or 16736064. OLE color: 16736064.
HSL color Cylindrical-coordinate representation of color #405FFF: hue angle of 230.26º 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 #405FFF is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 95 | 255 | - |
| CMYK | 0.75 | 0.63 | 0 | 0 |
| HSL | 230.26º | 1% | 0.63% | - |
| HSV(B) | 230.26º | 0.75% | 1% | - |
| XYZ | 24.26 | 16.49 | 96.51 | - |
| YUV | 103.97 | 213.23 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 255 | 0.75 | 0.63 | 0 | 0 | 230.26 | 1 | 0.63 |
| Hex | 40 | 5F | FF | 4B | 3F | 0 | 0 | E6 | 64 | 3F |
| Octal | 100 | 137 | 377 | 113 | 77 | 0 | 0 | 346 | 144 | 77 |
| Binary | 1000000 | 1011111 | 11111111 | 1001011 | 111111 | 0 | 0 | 11100110 | 1100100 | 111111 |
Color Harmonies of #405FFF
Complementary color
Monochromatic Colors of #405FFF
Black with #405FFF
Text Example
Text Example
White with #405FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FFF; }
p { color: rgb(64,95,255); }
H1.HeaderClassName
{
color: #405FFF;
}
.AnyTagClassName
{
color: #405FFF;
}
</style>
background-color css
<style>
a { background-color: #405FFF; }
a { background-color: rgb(64,95,255); }
div.DivClassName
{
background-color: #405FFF;
}
.BgClassName
{
background-color: #405FFF;
}
</style>
border-color css
<style>
span { border-color: #405FFF; }
span { border-color: rgb(64,95,255); }
td.TdClassName
{
border-color: #405FFF;
}
.TagClassName
{
border-color: #405FFF;
}
</style>