Shades of Neon Blue #3559FF
Tints of Neon Blue #3559FF
RGB
CMYK
RGB Variations
Color information
#3559FF (or 0x3559FF) is known color: Neon Blue. HEX triplet: 35, 59 and FF. RGB value is (53,89,255). Sum of RGB (Red+Green+Blue) = 53+89+255=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #3559FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3559FF is #CAA600. Grayscale: #606060. Windows color (decimal): -13280769 or 16734517. OLE color: 16734517.
HSL color Cylindrical-coordinate representation of color #3559FF: hue angle of 229.31º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3559FF is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 89 | 255 | - |
| CMYK | 0.79 | 0.65 | 0 | 0 |
| HSL | 229.31º | 1% | 0.6% | - |
| HSV(B) | 229.31º | 0.79% | 1% | - |
| XYZ | 23.09 | 15.12 | 96.31 | - |
| YUV | 97.16 | 217.07 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 255 | 0.79 | 0.65 | 0 | 0 | 229.31 | 1 | 0.6 |
| Hex | 35 | 59 | FF | 4F | 41 | 0 | 0 | E5 | 64 | 3C |
| Octal | 65 | 131 | 377 | 117 | 101 | 0 | 0 | 345 | 144 | 74 |
| Binary | 110101 | 1011001 | 11111111 | 1001111 | 1000001 | 0 | 0 | 11100101 | 1100100 | 111100 |
Color Harmonies of #3559FF
Complementary color
Monochromatic Colors of #3559FF
Black with #3559FF
Text Example
Text Example
White with #3559FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3559FF; }
p { color: rgb(53,89,255); }
H1.HeaderClassName
{
color: #3559FF;
}
.AnyTagClassName
{
color: #3559FF;
}
</style>
background-color css
<style>
a { background-color: #3559FF; }
a { background-color: rgb(53,89,255); }
div.DivClassName
{
background-color: #3559FF;
}
.BgClassName
{
background-color: #3559FF;
}
</style>
border-color css
<style>
span { border-color: #3559FF; }
span { border-color: rgb(53,89,255); }
td.TdClassName
{
border-color: #3559FF;
}
.TagClassName
{
border-color: #3559FF;
}
</style>