Shades of Neon Blue #5B69F8
Tints of Neon Blue #5B69F8
RGB
CMYK
RGB Variations
Color information
#5B69F8 (or 0x5B69F8) is known color: Neon Blue. HEX triplet: 5B, 69 and F8. RGB value is (91,105,248). Sum of RGB (Red+Green+Blue) = 91+105+248=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B69F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B69F8 is #A49607. Grayscale: #747474. Windows color (decimal): -10786312 or 16279899. OLE color: 16279899.
HSL color Cylindrical-coordinate representation of color #5B69F8: hue angle of 234.65º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B69F8 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 105 | 248 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.03 |
| HSL | 234.65º | 0.92% | 0.66% | - |
| HSV(B) | 234.65º | 0.63% | 0.97% | - |
| XYZ | 26.31 | 19.1 | 91.11 | - |
| YUV | 117.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 248 | 0.63 | 0.58 | 0 | 0.03 | 234.65 | 0.92 | 0.66 |
| Hex | 5B | 69 | F8 | 3F | 3A | 0 | 3 | EB | 5C | 42 |
| Octal | 133 | 151 | 370 | 77 | 72 | 0 | 3 | 353 | 134 | 102 |
| Binary | 1011011 | 1101001 | 11111000 | 111111 | 111010 | 0 | 11 | 11101011 | 1011100 | 1000010 |
Color Harmonies of #5B69F8
Complementary color
Monochromatic Colors of #5B69F8
Black with #5B69F8
Text Example
Text Example
White with #5B69F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B69F8; }
p { color: rgb(91,105,248); }
H1.HeaderClassName
{
color: #5B69F8;
}
.AnyTagClassName
{
color: #5B69F8;
}
</style>
background-color css
<style>
a { background-color: #5B69F8; }
a { background-color: rgb(91,105,248); }
div.DivClassName
{
background-color: #5B69F8;
}
.BgClassName
{
background-color: #5B69F8;
}
</style>
border-color css
<style>
span { border-color: #5B69F8; }
span { border-color: rgb(91,105,248); }
td.TdClassName
{
border-color: #5B69F8;
}
.TagClassName
{
border-color: #5B69F8;
}
</style>