Shades of Neon Blue #5969FF
Tints of Neon Blue #5969FF
RGB
CMYK
RGB Variations
Color information
#5969FF (or 0x5969FF) is known color: Neon Blue. HEX triplet: 59, 69 and FF. RGB value is (89,105,255). Sum of RGB (Red+Green+Blue) = 89+105+255=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #5969FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5969FF is #A69600. Grayscale: #747474. Windows color (decimal): -10917377 or 16738649. OLE color: 16738649.
HSL color Cylindrical-coordinate representation of color #5969FF: hue angle of 234.22º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5969FF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 105 | 255 | - |
| CMYK | 0.65 | 0.59 | 0 | 0 |
| HSL | 234.22º | 1% | 0.67% | - |
| HSV(B) | 234.22º | 0.65% | 1% | - |
| XYZ | 27.22 | 19.45 | 96.93 | - |
| YUV | 117.32 | 205.7 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 255 | 0.65 | 0.59 | 0 | 0 | 234.22 | 1 | 0.67 |
| Hex | 59 | 69 | FF | 41 | 3B | 0 | 0 | EA | 64 | 43 |
| Octal | 131 | 151 | 377 | 101 | 73 | 0 | 0 | 352 | 144 | 103 |
| Binary | 1011001 | 1101001 | 11111111 | 1000001 | 111011 | 0 | 0 | 11101010 | 1100100 | 1000011 |
Color Harmonies of #5969FF
Complementary color
Monochromatic Colors of #5969FF
Black with #5969FF
Text Example
Text Example
White with #5969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5969FF; }
p { color: rgb(89,105,255); }
H1.HeaderClassName
{
color: #5969FF;
}
.AnyTagClassName
{
color: #5969FF;
}
</style>
background-color css
<style>
a { background-color: #5969FF; }
a { background-color: rgb(89,105,255); }
div.DivClassName
{
background-color: #5969FF;
}
.BgClassName
{
background-color: #5969FF;
}
</style>
border-color css
<style>
span { border-color: #5969FF; }
span { border-color: rgb(89,105,255); }
td.TdClassName
{
border-color: #5969FF;
}
.TagClassName
{
border-color: #5969FF;
}
</style>