Shades of Neon Blue #5B69FA
Tints of Neon Blue #5B69FA
RGB
CMYK
RGB Variations
Color information
#5B69FA (or 0x5B69FA) is known color: Neon Blue. HEX triplet: 5B, 69 and FA. RGB value is (91,105,250). Sum of RGB (Red+Green+Blue) = 91+105+250=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B69FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B69FA is #A49605. Grayscale: #747474. Windows color (decimal): -10786310 or 16410971. OLE color: 16410971.
HSL color Cylindrical-coordinate representation of color #5B69FA: hue angle of 234.72º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B69FA is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 105 | 250 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.02 |
| HSL | 234.72º | 0.94% | 0.67% | - |
| HSV(B) | 234.72º | 0.64% | 0.98% | - |
| XYZ | 26.62 | 19.23 | 92.75 | - |
| YUV | 117.34 | 202.86 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 250 | 0.64 | 0.58 | 0 | 0.02 | 234.72 | 0.94 | 0.67 |
| Hex | 5B | 69 | FA | 40 | 3A | 0 | 2 | EB | 5E | 43 |
| Octal | 133 | 151 | 372 | 100 | 72 | 0 | 2 | 353 | 136 | 103 |
| Binary | 1011011 | 1101001 | 11111010 | 1000000 | 111010 | 0 | 10 | 11101011 | 1011110 | 1000011 |
Color Harmonies of #5B69FA
Complementary color
Monochromatic Colors of #5B69FA
Black with #5B69FA
Text Example
Text Example
White with #5B69FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B69FA; }
p { color: rgb(91,105,250); }
H1.HeaderClassName
{
color: #5B69FA;
}
.AnyTagClassName
{
color: #5B69FA;
}
</style>
background-color css
<style>
a { background-color: #5B69FA; }
a { background-color: rgb(91,105,250); }
div.DivClassName
{
background-color: #5B69FA;
}
.BgClassName
{
background-color: #5B69FA;
}
</style>
border-color css
<style>
span { border-color: #5B69FA; }
span { border-color: rgb(91,105,250); }
td.TdClassName
{
border-color: #5B69FA;
}
.TagClassName
{
border-color: #5B69FA;
}
</style>