Shades of Neon Blue #405CFC
Tints of Neon Blue #405CFC
RGB
CMYK
RGB Variations
Color information
#405CFC (or 0x405CFC) is known color: Neon Blue. HEX triplet: 40, 5C and FC. RGB value is (64,92,252). Sum of RGB (Red+Green+Blue) = 64+92+252=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #405CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405CFC is #BFA303. Grayscale: #656565. Windows color (decimal): -12559108 or 16538688. OLE color: 16538688.
HSL color Cylindrical-coordinate representation of color #405CFC: hue angle of 231.06º degrees, saturation: 0.97, 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 #405CFC is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 92 | 252 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.01 |
| HSL | 231.06º | 0.97% | 0.62% | - |
| HSV(B) | 231.06º | 0.75% | 0.99% | - |
| XYZ | 23.51 | 15.77 | 93.9 | - |
| YUV | 101.87 | 212.72 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 252 | 0.75 | 0.63 | 0 | 0.01 | 231.06 | 0.97 | 0.62 |
| Hex | 40 | 5C | FC | 4B | 3F | 0 | 1 | E7 | 61 | 3E |
| Octal | 100 | 134 | 374 | 113 | 77 | 0 | 1 | 347 | 141 | 76 |
| Binary | 1000000 | 1011100 | 11111100 | 1001011 | 111111 | 0 | 1 | 11100111 | 1100001 | 111110 |
Color Harmonies of #405CFC
Complementary color
Monochromatic Colors of #405CFC
Black with #405CFC
Text Example
Text Example
White with #405CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CFC; }
p { color: rgb(64,92,252); }
H1.HeaderClassName
{
color: #405CFC;
}
.AnyTagClassName
{
color: #405CFC;
}
</style>
background-color css
<style>
a { background-color: #405CFC; }
a { background-color: rgb(64,92,252); }
div.DivClassName
{
background-color: #405CFC;
}
.BgClassName
{
background-color: #405CFC;
}
</style>
border-color css
<style>
span { border-color: #405CFC; }
span { border-color: rgb(64,92,252); }
td.TdClassName
{
border-color: #405CFC;
}
.TagClassName
{
border-color: #405CFC;
}
</style>