Shades of Neon Blue #5944FB
Tints of Neon Blue #5944FB
RGB
CMYK
RGB Variations
Color information
#5944FB (or 0x5944FB) is known color: Neon Blue. HEX triplet: 59, 44 and FB. RGB value is (89,68,251). Sum of RGB (Red+Green+Blue) = 89+68+251=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #5944FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5944FB is #A6BB04. Grayscale: #5E5E5E. Windows color (decimal): -10926853 or 16467033. OLE color: 16467033.
HSL color Cylindrical-coordinate representation of color #5944FB: hue angle of 246.89º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5944FB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 68 | 251 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.02 |
| HSL | 246.89º | 0.96% | 0.63% | - |
| HSV(B) | 246.89º | 0.73% | 0.98% | - |
| XYZ | 23.6 | 13.22 | 92.58 | - |
| YUV | 95.14 | 215.96 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 251 | 0.65 | 0.73 | 0 | 0.02 | 246.89 | 0.96 | 0.63 |
| Hex | 59 | 44 | FB | 41 | 49 | 0 | 2 | F7 | 60 | 3F |
| Octal | 131 | 104 | 373 | 101 | 111 | 0 | 2 | 367 | 140 | 77 |
| Binary | 1011001 | 1000100 | 11111011 | 1000001 | 1001001 | 0 | 10 | 11110111 | 1100000 | 111111 |
Color Harmonies of #5944FB
Complementary color
Monochromatic Colors of #5944FB
Black with #5944FB
Text Example
Text Example
White with #5944FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5944FB; }
p { color: rgb(89,68,251); }
H1.HeaderClassName
{
color: #5944FB;
}
.AnyTagClassName
{
color: #5944FB;
}
</style>
background-color css
<style>
a { background-color: #5944FB; }
a { background-color: rgb(89,68,251); }
div.DivClassName
{
background-color: #5944FB;
}
.BgClassName
{
background-color: #5944FB;
}
</style>
border-color css
<style>
span { border-color: #5944FB; }
span { border-color: rgb(89,68,251); }
td.TdClassName
{
border-color: #5944FB;
}
.TagClassName
{
border-color: #5944FB;
}
</style>