Shades of Neon Blue #5667FF
Tints of Neon Blue #5667FF
RGB
CMYK
RGB Variations
Color information
#5667FF (or 0x5667FF) is known color: Neon Blue. HEX triplet: 56, 67 and FF. RGB value is (86,103,255). Sum of RGB (Red+Green+Blue) = 86+103+255=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #5667FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5667FF is #A99800. Grayscale: #727272. Windows color (decimal): -11114497 or 16738134. OLE color: 16738134.
HSL color Cylindrical-coordinate representation of color #5667FF: hue angle of 233.96º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5667FF is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 103 | 255 | - |
| CMYK | 0.66 | 0.60 | 0 | 0 |
| HSL | 233.96º | 1% | 0.67% | - |
| HSV(B) | 233.96º | 0.66% | 1% | - |
| XYZ | 26.74 | 18.9 | 96.85 | - |
| YUV | 115.25 | 206.87 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 255 | 0.66 | 0.60 | 0 | 0 | 233.96 | 1 | 0.67 |
| Hex | 56 | 67 | FF | 42 | 3C | 0 | 0 | EA | 64 | 43 |
| Octal | 126 | 147 | 377 | 102 | 74 | 0 | 0 | 352 | 144 | 103 |
| Binary | 1010110 | 1100111 | 11111111 | 1000010 | 111100 | 0 | 0 | 11101010 | 1100100 | 1000011 |
Color Harmonies of #5667FF
Complementary color
Monochromatic Colors of #5667FF
Black with #5667FF
Text Example
Text Example
White with #5667FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5667FF; }
p { color: rgb(86,103,255); }
H1.HeaderClassName
{
color: #5667FF;
}
.AnyTagClassName
{
color: #5667FF;
}
</style>
background-color css
<style>
a { background-color: #5667FF; }
a { background-color: rgb(86,103,255); }
div.DivClassName
{
background-color: #5667FF;
}
.BgClassName
{
background-color: #5667FF;
}
</style>
border-color css
<style>
span { border-color: #5667FF; }
span { border-color: rgb(86,103,255); }
td.TdClassName
{
border-color: #5667FF;
}
.TagClassName
{
border-color: #5667FF;
}
</style>