Shades of Neon Blue #5A6FFD
Tints of Neon Blue #5A6FFD
RGB
CMYK
RGB Variations
Color information
#5A6FFD (or 0x5A6FFD) is known color: Neon Blue. HEX triplet: 5A, 6F and FD. RGB value is (90,111,253). Sum of RGB (Red+Green+Blue) = 90+111+253=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A6FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6FFD is #A59002. Grayscale: #787878. Windows color (decimal): -10850307 or 16609114. OLE color: 16609114.
HSL color Cylindrical-coordinate representation of color #5A6FFD: hue angle of 232.27º degrees, saturation: 0.98, 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 #5A6FFD is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 111 | 253 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.01 |
| HSL | 232.27º | 0.98% | 0.67% | - |
| HSV(B) | 232.27º | 0.64% | 0.99% | - |
| XYZ | 27.63 | 20.63 | 95.46 | - |
| YUV | 120.91 | 202.54 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 253 | 0.64 | 0.56 | 0 | 0.01 | 232.27 | 0.98 | 0.67 |
| Hex | 5A | 6F | FD | 40 | 38 | 0 | 1 | E8 | 62 | 43 |
| Octal | 132 | 157 | 375 | 100 | 70 | 0 | 1 | 350 | 142 | 103 |
| Binary | 1011010 | 1101111 | 11111101 | 1000000 | 111000 | 0 | 1 | 11101000 | 1100010 | 1000011 |
Color Harmonies of #5A6FFD
Complementary color
Monochromatic Colors of #5A6FFD
Black with #5A6FFD
Text Example
Text Example
White with #5A6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FFD; }
p { color: rgb(90,111,253); }
H1.HeaderClassName
{
color: #5A6FFD;
}
.AnyTagClassName
{
color: #5A6FFD;
}
</style>
background-color css
<style>
a { background-color: #5A6FFD; }
a { background-color: rgb(90,111,253); }
div.DivClassName
{
background-color: #5A6FFD;
}
.BgClassName
{
background-color: #5A6FFD;
}
</style>
border-color css
<style>
span { border-color: #5A6FFD; }
span { border-color: rgb(90,111,253); }
td.TdClassName
{
border-color: #5A6FFD;
}
.TagClassName
{
border-color: #5A6FFD;
}
</style>