Shades of Neon Blue #405AFE
Tints of Neon Blue #405AFE
RGB
CMYK
RGB Variations
Color information
#405AFE (or 0x405AFE) is known color: Neon Blue. HEX triplet: 40, 5A and FE. RGB value is (64,90,254). Sum of RGB (Red+Green+Blue) = 64+90+254=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #405AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405AFE is #BFA501. Grayscale: #646464. Windows color (decimal): -12559618 or 16669248. OLE color: 16669248.
HSL color Cylindrical-coordinate representation of color #405AFE: hue angle of 231.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #405AFE is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 90 | 254 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.00 |
| HSL | 231.79º | 0.99% | 0.62% | - |
| HSV(B) | 231.79º | 0.75% | 1% | - |
| XYZ | 23.66 | 15.56 | 95.52 | - |
| YUV | 100.92 | 214.39 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 254 | 0.75 | 0.65 | 0 | 0.00 | 231.79 | 0.99 | 0.62 |
| Hex | 40 | 5A | FE | 4B | 41 | 0 | 0 | E8 | 63 | 3E |
| Octal | 100 | 132 | 376 | 113 | 101 | 0 | 0 | 350 | 143 | 76 |
| Binary | 1000000 | 1011010 | 11111110 | 1001011 | 1000001 | 0 | 0 | 11101000 | 1100011 | 111110 |
Color Harmonies of #405AFE
Complementary color
Monochromatic Colors of #405AFE
Black with #405AFE
Text Example
Text Example
White with #405AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AFE; }
p { color: rgb(64,90,254); }
H1.HeaderClassName
{
color: #405AFE;
}
.AnyTagClassName
{
color: #405AFE;
}
</style>
background-color css
<style>
a { background-color: #405AFE; }
a { background-color: rgb(64,90,254); }
div.DivClassName
{
background-color: #405AFE;
}
.BgClassName
{
background-color: #405AFE;
}
</style>
border-color css
<style>
span { border-color: #405AFE; }
span { border-color: rgb(64,90,254); }
td.TdClassName
{
border-color: #405AFE;
}
.TagClassName
{
border-color: #405AFE;
}
</style>