Shades of Neon Blue #5A67FF
Tints of Neon Blue #5A67FF
RGB
CMYK
RGB Variations
Color information
#5A67FF (or 0x5A67FF) is known color: Neon Blue. HEX triplet: 5A, 67 and FF. RGB value is (90,103,255). Sum of RGB (Red+Green+Blue) = 90+103+255=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A67FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A67FF is #A59800. Grayscale: #737373. Windows color (decimal): -10852353 or 16738138. OLE color: 16738138.
HSL color Cylindrical-coordinate representation of color #5A67FF: hue angle of 235.27º 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 #5A67FF is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 103 | 255 | - |
| CMYK | 0.65 | 0.60 | 0 | 0 |
| HSL | 235.27º | 1% | 0.68% | - |
| HSV(B) | 235.27º | 0.65% | 1% | - |
| XYZ | 27.12 | 19.09 | 96.86 | - |
| YUV | 116.44 | 206.19 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 255 | 0.65 | 0.60 | 0 | 0 | 235.27 | 1 | 0.68 |
| Hex | 5A | 67 | FF | 41 | 3C | 0 | 0 | EB | 64 | 44 |
| Octal | 132 | 147 | 377 | 101 | 74 | 0 | 0 | 353 | 144 | 104 |
| Binary | 1011010 | 1100111 | 11111111 | 1000001 | 111100 | 0 | 0 | 11101011 | 1100100 | 1000100 |
Color Harmonies of #5A67FF
Complementary color
Monochromatic Colors of #5A67FF
Black with #5A67FF
Text Example
Text Example
White with #5A67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A67FF; }
p { color: rgb(90,103,255); }
H1.HeaderClassName
{
color: #5A67FF;
}
.AnyTagClassName
{
color: #5A67FF;
}
</style>
background-color css
<style>
a { background-color: #5A67FF; }
a { background-color: rgb(90,103,255); }
div.DivClassName
{
background-color: #5A67FF;
}
.BgClassName
{
background-color: #5A67FF;
}
</style>
border-color css
<style>
span { border-color: #5A67FF; }
span { border-color: rgb(90,103,255); }
td.TdClassName
{
border-color: #5A67FF;
}
.TagClassName
{
border-color: #5A67FF;
}
</style>