Shades of Neon Blue #3541FF
Tints of Neon Blue #3541FF
RGB
CMYK
RGB Variations
Color information
#3541FF (or 0x3541FF) is known color: Neon Blue. HEX triplet: 35, 41 and FF. RGB value is (53,65,255). Sum of RGB (Red+Green+Blue) = 53+65+255=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #3541FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3541FF is #CABE00. Grayscale: #525252. Windows color (decimal): -13286913 or 16728373. OLE color: 16728373.
HSL color Cylindrical-coordinate representation of color #3541FF: hue angle of 236.44º 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 #3541FF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 65 | 255 | - |
| CMYK | 0.79 | 0.75 | 0 | 0 |
| HSL | 236.44º | 1% | 0.6% | - |
| HSV(B) | 236.44º | 0.79% | 1% | - |
| XYZ | 21.41 | 11.76 | 95.75 | - |
| YUV | 83.07 | 225.02 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 255 | 0.79 | 0.75 | 0 | 0 | 236.44 | 1 | 0.6 |
| Hex | 35 | 41 | FF | 4F | 4B | 0 | 0 | EC | 64 | 3C |
| Octal | 65 | 101 | 377 | 117 | 113 | 0 | 0 | 354 | 144 | 74 |
| Binary | 110101 | 1000001 | 11111111 | 1001111 | 1001011 | 0 | 0 | 11101100 | 1100100 | 111100 |
Color Harmonies of #3541FF
Complementary color
Monochromatic Colors of #3541FF
Black with #3541FF
Text Example
Text Example
White with #3541FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541FF; }
p { color: rgb(53,65,255); }
H1.HeaderClassName
{
color: #3541FF;
}
.AnyTagClassName
{
color: #3541FF;
}
</style>
background-color css
<style>
a { background-color: #3541FF; }
a { background-color: rgb(53,65,255); }
div.DivClassName
{
background-color: #3541FF;
}
.BgClassName
{
background-color: #3541FF;
}
</style>
border-color css
<style>
span { border-color: #3541FF; }
span { border-color: rgb(53,65,255); }
td.TdClassName
{
border-color: #3541FF;
}
.TagClassName
{
border-color: #3541FF;
}
</style>