Shades of Neon Blue #5A5CFC
Tints of Neon Blue #5A5CFC
RGB
CMYK
RGB Variations
Color information
#5A5CFC (or 0x5A5CFC) is known color: Neon Blue. HEX triplet: 5A, 5C and FC. RGB value is (90,92,252). Sum of RGB (Red+Green+Blue) = 90+92+252=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A5CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5CFC is #A5A303. Grayscale: #6D6D6D. Windows color (decimal): -10855172 or 16538714. OLE color: 16538714.
HSL color Cylindrical-coordinate representation of color #5A5CFC: hue angle of 239.26º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A5CFC is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 92 | 252 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.01 |
| HSL | 239.26º | 0.96% | 0.67% | - |
| HSV(B) | 239.26º | 0.64% | 0.99% | - |
| XYZ | 25.61 | 16.86 | 94 | - |
| YUV | 109.64 | 208.34 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 252 | 0.64 | 0.63 | 0 | 0.01 | 239.26 | 0.96 | 0.67 |
| Hex | 5A | 5C | FC | 40 | 3F | 0 | 1 | EF | 60 | 43 |
| Octal | 132 | 134 | 374 | 100 | 77 | 0 | 1 | 357 | 140 | 103 |
| Binary | 1011010 | 1011100 | 11111100 | 1000000 | 111111 | 0 | 1 | 11101111 | 1100000 | 1000011 |
Color Harmonies of #5A5CFC
Complementary color
Monochromatic Colors of #5A5CFC
Black with #5A5CFC
Text Example
Text Example
White with #5A5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5CFC; }
p { color: rgb(90,92,252); }
H1.HeaderClassName
{
color: #5A5CFC;
}
.AnyTagClassName
{
color: #5A5CFC;
}
</style>
background-color css
<style>
a { background-color: #5A5CFC; }
a { background-color: rgb(90,92,252); }
div.DivClassName
{
background-color: #5A5CFC;
}
.BgClassName
{
background-color: #5A5CFC;
}
</style>
border-color css
<style>
span { border-color: #5A5CFC; }
span { border-color: rgb(90,92,252); }
td.TdClassName
{
border-color: #5A5CFC;
}
.TagClassName
{
border-color: #5A5CFC;
}
</style>