Shades of Neon Blue #3545FF
Tints of Neon Blue #3545FF
RGB
CMYK
RGB Variations
Color information
#3545FF (or 0x3545FF) is known color: Neon Blue. HEX triplet: 35, 45 and FF. RGB value is (53,69,255). Sum of RGB (Red+Green+Blue) = 53+69+255=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #3545FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3545FF is #CABA00. Grayscale: #545454. Windows color (decimal): -13285889 or 16729397. OLE color: 16729397.
HSL color Cylindrical-coordinate representation of color #3545FF: hue angle of 235.25º 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 #3545FF is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 69 | 255 | - |
| CMYK | 0.79 | 0.73 | 0 | 0 |
| HSL | 235.25º | 1% | 0.6% | - |
| HSV(B) | 235.25º | 0.79% | 1% | - |
| XYZ | 21.65 | 12.23 | 95.83 | - |
| YUV | 85.42 | 223.7 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 255 | 0.79 | 0.73 | 0 | 0 | 235.25 | 1 | 0.6 |
| Hex | 35 | 45 | FF | 4F | 49 | 0 | 0 | EB | 64 | 3C |
| Octal | 65 | 105 | 377 | 117 | 111 | 0 | 0 | 353 | 144 | 74 |
| Binary | 110101 | 1000101 | 11111111 | 1001111 | 1001001 | 0 | 0 | 11101011 | 1100100 | 111100 |
Color Harmonies of #3545FF
Complementary color
Monochromatic Colors of #3545FF
Black with #3545FF
Text Example
Text Example
White with #3545FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3545FF; }
p { color: rgb(53,69,255); }
H1.HeaderClassName
{
color: #3545FF;
}
.AnyTagClassName
{
color: #3545FF;
}
</style>
background-color css
<style>
a { background-color: #3545FF; }
a { background-color: rgb(53,69,255); }
div.DivClassName
{
background-color: #3545FF;
}
.BgClassName
{
background-color: #3545FF;
}
</style>
border-color css
<style>
span { border-color: #3545FF; }
span { border-color: rgb(53,69,255); }
td.TdClassName
{
border-color: #3545FF;
}
.TagClassName
{
border-color: #3545FF;
}
</style>