Shades of Neon Blue #5667FD
Tints of Neon Blue #5667FD
RGB
CMYK
RGB Variations
Color information
#5667FD (or 0x5667FD) is known color: Neon Blue. HEX triplet: 56, 67 and FD. RGB value is (86,103,253). Sum of RGB (Red+Green+Blue) = 86+103+253=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #5667FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5667FD is #A99802. Grayscale: #727272. Windows color (decimal): -11114499 or 16607062. OLE color: 16607062.
HSL color Cylindrical-coordinate representation of color #5667FD: hue angle of 233.89º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5667FD is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 103 | 253 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.01 |
| HSL | 233.89º | 0.98% | 0.66% | - |
| HSV(B) | 233.89º | 0.66% | 0.99% | - |
| XYZ | 26.42 | 18.77 | 95.16 | - |
| YUV | 115.02 | 205.87 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 253 | 0.66 | 0.59 | 0 | 0.01 | 233.89 | 0.98 | 0.66 |
| Hex | 56 | 67 | FD | 42 | 3B | 0 | 1 | EA | 62 | 42 |
| Octal | 126 | 147 | 375 | 102 | 73 | 0 | 1 | 352 | 142 | 102 |
| Binary | 1010110 | 1100111 | 11111101 | 1000010 | 111011 | 0 | 1 | 11101010 | 1100010 | 1000010 |
Color Harmonies of #5667FD
Complementary color
Monochromatic Colors of #5667FD
Black with #5667FD
Text Example
Text Example
White with #5667FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5667FD; }
p { color: rgb(86,103,253); }
H1.HeaderClassName
{
color: #5667FD;
}
.AnyTagClassName
{
color: #5667FD;
}
</style>
background-color css
<style>
a { background-color: #5667FD; }
a { background-color: rgb(86,103,253); }
div.DivClassName
{
background-color: #5667FD;
}
.BgClassName
{
background-color: #5667FD;
}
</style>
border-color css
<style>
span { border-color: #5667FD; }
span { border-color: rgb(86,103,253); }
td.TdClassName
{
border-color: #5667FD;
}
.TagClassName
{
border-color: #5667FD;
}
</style>