Shades of Neon Blue #405FFA
Tints of Neon Blue #405FFA
RGB
CMYK
RGB Variations
Color information
#405FFA (or 0x405FFA) is known color: Neon Blue. HEX triplet: 40, 5F and FA. RGB value is (64,95,250). Sum of RGB (Red+Green+Blue) = 64+95+250=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #405FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FFA is #BFA005. Grayscale: #666666. Windows color (decimal): -12558342 or 16408384. OLE color: 16408384.
HSL color Cylindrical-coordinate representation of color #405FFA: hue angle of 230º 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 #405FFA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 95 | 250 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.02 |
| HSL | 230º | 0.95% | 0.62% | - |
| HSV(B) | 230º | 0.74% | 0.98% | - |
| XYZ | 23.46 | 16.18 | 92.33 | - |
| YUV | 103.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 250 | 0.74 | 0.62 | 0 | 0.02 | 230 | 0.95 | 0.62 |
| Hex | 40 | 5F | FA | 4A | 3E | 0 | 2 | E6 | 5F | 3E |
| Octal | 100 | 137 | 372 | 112 | 76 | 0 | 2 | 346 | 137 | 76 |
| Binary | 1000000 | 1011111 | 11111010 | 1001010 | 111110 | 0 | 10 | 11100110 | 1011111 | 111110 |
Color Harmonies of #405FFA
Complementary color
Monochromatic Colors of #405FFA
Black with #405FFA
Text Example
Text Example
White with #405FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FFA; }
p { color: rgb(64,95,250); }
H1.HeaderClassName
{
color: #405FFA;
}
.AnyTagClassName
{
color: #405FFA;
}
</style>
background-color css
<style>
a { background-color: #405FFA; }
a { background-color: rgb(64,95,250); }
div.DivClassName
{
background-color: #405FFA;
}
.BgClassName
{
background-color: #405FFA;
}
</style>
border-color css
<style>
span { border-color: #405FFA; }
span { border-color: rgb(64,95,250); }
td.TdClassName
{
border-color: #405FFA;
}
.TagClassName
{
border-color: #405FFA;
}
</style>