Shades of Neon Blue #5643F1
Tints of Neon Blue #5643F1
RGB
CMYK
RGB Variations
Color information
#5643F1 (or 0x5643F1) is known color: Neon Blue. HEX triplet: 56, 43 and F1. RGB value is (86,67,241). Sum of RGB (Red+Green+Blue) = 86+67+241=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #5643F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5643F1 is #A9BC0E. Grayscale: #5B5B5B. Windows color (decimal): -11123727 or 15811414. OLE color: 15811414.
HSL color Cylindrical-coordinate representation of color #5643F1: hue angle of 246.55º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5643F1 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 67 | 241 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.05 |
| HSL | 246.55º | 0.86% | 0.6% | - |
| HSV(B) | 246.55º | 0.72% | 0.95% | - |
| XYZ | 21.72 | 12.34 | 84.46 | - |
| YUV | 92.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 241 | 0.64 | 0.72 | 0 | 0.05 | 246.55 | 0.86 | 0.6 |
| Hex | 56 | 43 | F1 | 40 | 48 | 0 | 5 | F7 | 56 | 3C |
| Octal | 126 | 103 | 361 | 100 | 110 | 0 | 5 | 367 | 126 | 74 |
| Binary | 1010110 | 1000011 | 11110001 | 1000000 | 1001000 | 0 | 101 | 11110111 | 1010110 | 111100 |
Color Harmonies of #5643F1
Complementary color
Monochromatic Colors of #5643F1
Black with #5643F1
Text Example
Text Example
White with #5643F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643F1; }
p { color: rgb(86,67,241); }
H1.HeaderClassName
{
color: #5643F1;
}
.AnyTagClassName
{
color: #5643F1;
}
</style>
background-color css
<style>
a { background-color: #5643F1; }
a { background-color: rgb(86,67,241); }
div.DivClassName
{
background-color: #5643F1;
}
.BgClassName
{
background-color: #5643F1;
}
</style>
border-color css
<style>
span { border-color: #5643F1; }
span { border-color: rgb(86,67,241); }
td.TdClassName
{
border-color: #5643F1;
}
.TagClassName
{
border-color: #5643F1;
}
</style>