Shades of Neon Blue #5C40FA
Tints of Neon Blue #5C40FA
RGB
CMYK
RGB Variations
Color information
#5C40FA (or 0x5C40FA) is known color: Neon Blue. HEX triplet: 5C, 40 and FA. RGB value is (92,64,250). Sum of RGB (Red+Green+Blue) = 92+64+250=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C40FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C40FA is #A3BF05. Grayscale: #5C5C5C. Windows color (decimal): -10731270 or 16400476. OLE color: 16400476.
HSL color Cylindrical-coordinate representation of color #5C40FA: hue angle of 249.03º 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 #5C40FA is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 64 | 250 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.02 |
| HSL | 249.03º | 0.95% | 0.62% | - |
| HSV(B) | 249.03º | 0.74% | 0.98% | - |
| XYZ | 23.5 | 12.84 | 91.68 | - |
| YUV | 93.58 | 216.28 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 250 | 0.63 | 0.74 | 0 | 0.02 | 249.03 | 0.95 | 0.62 |
| Hex | 5C | 40 | FA | 3F | 4A | 0 | 2 | F9 | 5F | 3E |
| Octal | 134 | 100 | 372 | 77 | 112 | 0 | 2 | 371 | 137 | 76 |
| Binary | 1011100 | 1000000 | 11111010 | 111111 | 1001010 | 0 | 10 | 11111001 | 1011111 | 111110 |
Color Harmonies of #5C40FA
Complementary color
Monochromatic Colors of #5C40FA
Black with #5C40FA
Text Example
Text Example
White with #5C40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40FA; }
p { color: rgb(92,64,250); }
H1.HeaderClassName
{
color: #5C40FA;
}
.AnyTagClassName
{
color: #5C40FA;
}
</style>
background-color css
<style>
a { background-color: #5C40FA; }
a { background-color: rgb(92,64,250); }
div.DivClassName
{
background-color: #5C40FA;
}
.BgClassName
{
background-color: #5C40FA;
}
</style>
border-color css
<style>
span { border-color: #5C40FA; }
span { border-color: rgb(92,64,250); }
td.TdClassName
{
border-color: #5C40FA;
}
.TagClassName
{
border-color: #5C40FA;
}
</style>