Shades of Neon Blue #5A6FFC
Tints of Neon Blue #5A6FFC
RGB
CMYK
RGB Variations
Color information
#5A6FFC (or 0x5A6FFC) is known color: Neon Blue. HEX triplet: 5A, 6F and FC. RGB value is (90,111,252). Sum of RGB (Red+Green+Blue) = 90+111+252=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A6FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6FFC is #A59003. Grayscale: #787878. Windows color (decimal): -10850308 or 16543578. OLE color: 16543578.
HSL color Cylindrical-coordinate representation of color #5A6FFC: hue angle of 232.22º 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 #5A6FFC is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 111 | 252 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.01 |
| HSL | 232.22º | 0.96% | 0.67% | - |
| HSV(B) | 232.22º | 0.64% | 0.99% | - |
| XYZ | 27.47 | 20.57 | 94.62 | - |
| YUV | 120.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 252 | 0.64 | 0.56 | 0 | 0.01 | 232.22 | 0.96 | 0.67 |
| Hex | 5A | 6F | FC | 40 | 38 | 0 | 1 | E8 | 60 | 43 |
| Octal | 132 | 157 | 374 | 100 | 70 | 0 | 1 | 350 | 140 | 103 |
| Binary | 1011010 | 1101111 | 11111100 | 1000000 | 111000 | 0 | 1 | 11101000 | 1100000 | 1000011 |
Color Harmonies of #5A6FFC
Complementary color
Monochromatic Colors of #5A6FFC
Black with #5A6FFC
Text Example
Text Example
White with #5A6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FFC; }
p { color: rgb(90,111,252); }
H1.HeaderClassName
{
color: #5A6FFC;
}
.AnyTagClassName
{
color: #5A6FFC;
}
</style>
background-color css
<style>
a { background-color: #5A6FFC; }
a { background-color: rgb(90,111,252); }
div.DivClassName
{
background-color: #5A6FFC;
}
.BgClassName
{
background-color: #5A6FFC;
}
</style>
border-color css
<style>
span { border-color: #5A6FFC; }
span { border-color: rgb(90,111,252); }
td.TdClassName
{
border-color: #5A6FFC;
}
.TagClassName
{
border-color: #5A6FFC;
}
</style>