Shades of Neon Blue #5641FE
Tints of Neon Blue #5641FE
RGB
CMYK
RGB Variations
Color information
#5641FE (or 0x5641FE) is known color: Neon Blue. HEX triplet: 56, 41 and FE. RGB value is (86,65,254). Sum of RGB (Red+Green+Blue) = 86+65+254=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #5641FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5641FE is #A9BE01. Grayscale: #5C5C5C. Windows color (decimal): -11124226 or 16662870. OLE color: 16662870.
HSL color Cylindrical-coordinate representation of color #5641FE: hue angle of 246.67º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5641FE is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 65 | 254 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.00 |
| HSL | 246.67º | 0.99% | 0.63% | - |
| HSV(B) | 246.67º | 0.74% | 1% | - |
| XYZ | 23.62 | 12.91 | 95.01 | - |
| YUV | 92.83 | 218.96 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 254 | 0.66 | 0.74 | 0 | 0.00 | 246.67 | 0.99 | 0.63 |
| Hex | 56 | 41 | FE | 42 | 4A | 0 | 0 | F7 | 63 | 3F |
| Octal | 126 | 101 | 376 | 102 | 112 | 0 | 0 | 367 | 143 | 77 |
| Binary | 1010110 | 1000001 | 11111110 | 1000010 | 1001010 | 0 | 0 | 11110111 | 1100011 | 111111 |
Color Harmonies of #5641FE
Complementary color
Monochromatic Colors of #5641FE
Black with #5641FE
Text Example
Text Example
White with #5641FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5641FE; }
p { color: rgb(86,65,254); }
H1.HeaderClassName
{
color: #5641FE;
}
.AnyTagClassName
{
color: #5641FE;
}
</style>
background-color css
<style>
a { background-color: #5641FE; }
a { background-color: rgb(86,65,254); }
div.DivClassName
{
background-color: #5641FE;
}
.BgClassName
{
background-color: #5641FE;
}
</style>
border-color css
<style>
span { border-color: #5641FE; }
span { border-color: rgb(86,65,254); }
td.TdClassName
{
border-color: #5641FE;
}
.TagClassName
{
border-color: #5641FE;
}
</style>