Shades of Neon Blue #5B67FE
Tints of Neon Blue #5B67FE
RGB
CMYK
RGB Variations
Color information
#5B67FE (or 0x5B67FE) is known color: Neon Blue. HEX triplet: 5B, 67 and FE. RGB value is (91,103,254). Sum of RGB (Red+Green+Blue) = 91+103+254=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 103 (40.62% from 255 or 22.99% 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 #5B67FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B67FE is #A49801. Grayscale: #747474. Windows color (decimal): -10786818 or 16672603. OLE color: 16672603.
HSL color Cylindrical-coordinate representation of color #5B67FE: hue angle of 235.58º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B67FE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 103 | 254 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.00 |
| HSL | 235.58º | 0.99% | 0.68% | - |
| HSV(B) | 235.58º | 0.64% | 1% | - |
| XYZ | 27.05 | 19.08 | 96.02 | - |
| YUV | 116.63 | 205.52 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 254 | 0.64 | 0.59 | 0 | 0.00 | 235.58 | 0.99 | 0.68 |
| Hex | 5B | 67 | FE | 40 | 3B | 0 | 0 | EC | 63 | 44 |
| Octal | 133 | 147 | 376 | 100 | 73 | 0 | 0 | 354 | 143 | 104 |
| Binary | 1011011 | 1100111 | 11111110 | 1000000 | 111011 | 0 | 0 | 11101100 | 1100011 | 1000100 |
Color Harmonies of #5B67FE
Complementary color
Monochromatic Colors of #5B67FE
Black with #5B67FE
Text Example
Text Example
White with #5B67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B67FE; }
p { color: rgb(91,103,254); }
H1.HeaderClassName
{
color: #5B67FE;
}
.AnyTagClassName
{
color: #5B67FE;
}
</style>
background-color css
<style>
a { background-color: #5B67FE; }
a { background-color: rgb(91,103,254); }
div.DivClassName
{
background-color: #5B67FE;
}
.BgClassName
{
background-color: #5B67FE;
}
</style>
border-color css
<style>
span { border-color: #5B67FE; }
span { border-color: rgb(91,103,254); }
td.TdClassName
{
border-color: #5B67FE;
}
.TagClassName
{
border-color: #5B67FE;
}
</style>