Shades of Neon Blue #5A5FFF
Tints of Neon Blue #5A5FFF
RGB
CMYK
RGB Variations
Color information
#5A5FFF (or 0x5A5FFF) is known color: Neon Blue. HEX triplet: 5A, 5F and FF. RGB value is (90,95,255). Sum of RGB (Red+Green+Blue) = 90+95+255=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5FFF is #A5A000. Grayscale: #6F6F6F. Windows color (decimal): -10854401 or 16736090. OLE color: 16736090.
HSL color Cylindrical-coordinate representation of color #5A5FFF: hue angle of 238.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A5FFF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 95 | 255 | - |
| CMYK | 0.65 | 0.63 | 0 | 0 |
| HSL | 238.18º | 1% | 0.68% | - |
| HSV(B) | 238.18º | 0.65% | 1% | - |
| XYZ | 26.36 | 17.58 | 96.61 | - |
| YUV | 111.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 255 | 0.65 | 0.63 | 0 | 0 | 238.18 | 1 | 0.68 |
| Hex | 5A | 5F | FF | 41 | 3F | 0 | 0 | EE | 64 | 44 |
| Octal | 132 | 137 | 377 | 101 | 77 | 0 | 0 | 356 | 144 | 104 |
| Binary | 1011010 | 1011111 | 11111111 | 1000001 | 111111 | 0 | 0 | 11101110 | 1100100 | 1000100 |
Color Harmonies of #5A5FFF
Complementary color
Monochromatic Colors of #5A5FFF
Black with #5A5FFF
Text Example
Text Example
White with #5A5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5FFF; }
p { color: rgb(90,95,255); }
H1.HeaderClassName
{
color: #5A5FFF;
}
.AnyTagClassName
{
color: #5A5FFF;
}
</style>
background-color css
<style>
a { background-color: #5A5FFF; }
a { background-color: rgb(90,95,255); }
div.DivClassName
{
background-color: #5A5FFF;
}
.BgClassName
{
background-color: #5A5FFF;
}
</style>
border-color css
<style>
span { border-color: #5A5FFF; }
span { border-color: rgb(90,95,255); }
td.TdClassName
{
border-color: #5A5FFF;
}
.TagClassName
{
border-color: #5A5FFF;
}
</style>