Shades of Neon Blue #5654F3
Tints of Neon Blue #5654F3
RGB
CMYK
RGB Variations
Color information
#5654F3 (or 0x5654F3) is known color: Neon Blue. HEX triplet: 56, 54 and F3. RGB value is (86,84,243). Sum of RGB (Red+Green+Blue) = 86+84+243=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #5654F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5654F3 is #A9AB0C. Grayscale: #666666. Windows color (decimal): -11119373 or 15946838. OLE color: 15946838.
HSL color Cylindrical-coordinate representation of color #5654F3: hue angle of 240.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5654F3 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 84 | 243 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.05 |
| HSL | 240.75º | 0.87% | 0.64% | - |
| HSV(B) | 240.75º | 0.65% | 0.95% | - |
| XYZ | 23.19 | 14.79 | 86.43 | - |
| YUV | 102.72 | 207.16 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 243 | 0.65 | 0.65 | 0 | 0.05 | 240.75 | 0.87 | 0.64 |
| Hex | 56 | 54 | F3 | 41 | 41 | 0 | 5 | F1 | 57 | 40 |
| Octal | 126 | 124 | 363 | 101 | 101 | 0 | 5 | 361 | 127 | 100 |
| Binary | 1010110 | 1010100 | 11110011 | 1000001 | 1000001 | 0 | 101 | 11110001 | 1010111 | 1000000 |
Color Harmonies of #5654F3
Complementary color
Monochromatic Colors of #5654F3
Black with #5654F3
Text Example
Text Example
White with #5654F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5654F3; }
p { color: rgb(86,84,243); }
H1.HeaderClassName
{
color: #5654F3;
}
.AnyTagClassName
{
color: #5654F3;
}
</style>
background-color css
<style>
a { background-color: #5654F3; }
a { background-color: rgb(86,84,243); }
div.DivClassName
{
background-color: #5654F3;
}
.BgClassName
{
background-color: #5654F3;
}
</style>
border-color css
<style>
span { border-color: #5654F3; }
span { border-color: rgb(86,84,243); }
td.TdClassName
{
border-color: #5654F3;
}
.TagClassName
{
border-color: #5654F3;
}
</style>