Shades of Neon Blue #3546FF
Tints of Neon Blue #3546FF
RGB
CMYK
RGB Variations
Color information
#3546FF (or 0x3546FF) is known color: Neon Blue. HEX triplet: 35, 46 and FF. RGB value is (53,70,255). Sum of RGB (Red+Green+Blue) = 53+70+255=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #3546FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3546FF is #CAB900. Grayscale: #555555. Windows color (decimal): -13285633 or 16729653. OLE color: 16729653.
HSL color Cylindrical-coordinate representation of color #3546FF: hue angle of 234.95º 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 #3546FF is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 70 | 255 | - |
| CMYK | 0.79 | 0.73 | 0 | 0 |
| HSL | 234.95º | 1% | 0.6% | - |
| HSV(B) | 234.95º | 0.79% | 1% | - |
| XYZ | 21.71 | 12.36 | 95.85 | - |
| YUV | 86.01 | 223.37 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 255 | 0.79 | 0.73 | 0 | 0 | 234.95 | 1 | 0.6 |
| Hex | 35 | 46 | FF | 4F | 49 | 0 | 0 | EB | 64 | 3C |
| Octal | 65 | 106 | 377 | 117 | 111 | 0 | 0 | 353 | 144 | 74 |
| Binary | 110101 | 1000110 | 11111111 | 1001111 | 1001001 | 0 | 0 | 11101011 | 1100100 | 111100 |
Color Harmonies of #3546FF
Complementary color
Monochromatic Colors of #3546FF
Black with #3546FF
Text Example
Text Example
White with #3546FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3546FF; }
p { color: rgb(53,70,255); }
H1.HeaderClassName
{
color: #3546FF;
}
.AnyTagClassName
{
color: #3546FF;
}
</style>
background-color css
<style>
a { background-color: #3546FF; }
a { background-color: rgb(53,70,255); }
div.DivClassName
{
background-color: #3546FF;
}
.BgClassName
{
background-color: #3546FF;
}
</style>
border-color css
<style>
span { border-color: #3546FF; }
span { border-color: rgb(53,70,255); }
td.TdClassName
{
border-color: #3546FF;
}
.TagClassName
{
border-color: #3546FF;
}
</style>