Shades of Neon Blue #5A68FE
Tints of Neon Blue #5A68FE
RGB
CMYK
RGB Variations
Color information
#5A68FE (or 0x5A68FE) is known color: Neon Blue. HEX triplet: 5A, 68 and FE. RGB value is (90,104,254). Sum of RGB (Red+Green+Blue) = 90+104+254=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A68FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A68FE is #A59701. Grayscale: #747474. Windows color (decimal): -10852098 or 16672858. OLE color: 16672858.
HSL color Cylindrical-coordinate representation of color #5A68FE: hue angle of 234.88º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A68FE is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 104 | 254 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.00 |
| HSL | 234.88º | 0.99% | 0.67% | - |
| HSV(B) | 234.88º | 0.65% | 1% | - |
| XYZ | 27.06 | 19.23 | 96.05 | - |
| YUV | 116.91 | 205.36 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 254 | 0.65 | 0.59 | 0 | 0.00 | 234.88 | 0.99 | 0.67 |
| Hex | 5A | 68 | FE | 41 | 3B | 0 | 0 | EB | 63 | 43 |
| Octal | 132 | 150 | 376 | 101 | 73 | 0 | 0 | 353 | 143 | 103 |
| Binary | 1011010 | 1101000 | 11111110 | 1000001 | 111011 | 0 | 0 | 11101011 | 1100011 | 1000011 |
Color Harmonies of #5A68FE
Complementary color
Monochromatic Colors of #5A68FE
Black with #5A68FE
Text Example
Text Example
White with #5A68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A68FE; }
p { color: rgb(90,104,254); }
H1.HeaderClassName
{
color: #5A68FE;
}
.AnyTagClassName
{
color: #5A68FE;
}
</style>
background-color css
<style>
a { background-color: #5A68FE; }
a { background-color: rgb(90,104,254); }
div.DivClassName
{
background-color: #5A68FE;
}
.BgClassName
{
background-color: #5A68FE;
}
</style>
border-color css
<style>
span { border-color: #5A68FE; }
span { border-color: rgb(90,104,254); }
td.TdClassName
{
border-color: #5A68FE;
}
.TagClassName
{
border-color: #5A68FE;
}
</style>