Shades of Neon Blue #3549FF
Tints of Neon Blue #3549FF
RGB
CMYK
RGB Variations
Color information
#3549FF (or 0x3549FF) is known color: Neon Blue. HEX triplet: 35, 49 and FF. RGB value is (53,73,255). Sum of RGB (Red+Green+Blue) = 53+73+255=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #3549FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3549FF is #CAB600. Grayscale: #575757. Windows color (decimal): -13284865 or 16730421. OLE color: 16730421.
HSL color Cylindrical-coordinate representation of color #3549FF: hue angle of 234.06º 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 #3549FF is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 73 | 255 | - |
| CMYK | 0.79 | 0.71 | 0 | 0 |
| HSL | 234.06º | 1% | 0.6% | - |
| HSV(B) | 234.06º | 0.79% | 1% | - |
| XYZ | 21.9 | 12.74 | 95.91 | - |
| YUV | 87.77 | 222.37 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 255 | 0.79 | 0.71 | 0 | 0 | 234.06 | 1 | 0.6 |
| Hex | 35 | 49 | FF | 4F | 47 | 0 | 0 | EA | 64 | 3C |
| Octal | 65 | 111 | 377 | 117 | 107 | 0 | 0 | 352 | 144 | 74 |
| Binary | 110101 | 1001001 | 11111111 | 1001111 | 1000111 | 0 | 0 | 11101010 | 1100100 | 111100 |
Color Harmonies of #3549FF
Complementary color
Monochromatic Colors of #3549FF
Black with #3549FF
Text Example
Text Example
White with #3549FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3549FF; }
p { color: rgb(53,73,255); }
H1.HeaderClassName
{
color: #3549FF;
}
.AnyTagClassName
{
color: #3549FF;
}
</style>
background-color css
<style>
a { background-color: #3549FF; }
a { background-color: rgb(53,73,255); }
div.DivClassName
{
background-color: #3549FF;
}
.BgClassName
{
background-color: #3549FF;
}
</style>
border-color css
<style>
span { border-color: #3549FF; }
span { border-color: rgb(53,73,255); }
td.TdClassName
{
border-color: #3549FF;
}
.TagClassName
{
border-color: #3549FF;
}
</style>