Shades of Neon Blue #3540FF
Tints of Neon Blue #3540FF
RGB
CMYK
RGB Variations
Color information
#3540FF (or 0x3540FF) is known color: Neon Blue. HEX triplet: 35, 40 and FF. RGB value is (53,64,255). Sum of RGB (Red+Green+Blue) = 53+64+255=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #3540FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3540FF is #CABF00. Grayscale: #515151. Windows color (decimal): -13287169 or 16728117. OLE color: 16728117.
HSL color Cylindrical-coordinate representation of color #3540FF: hue angle of 236.73º 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 #3540FF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 64 | 255 | - |
| CMYK | 0.79 | 0.75 | 0 | 0 |
| HSL | 236.73º | 1% | 0.6% | - |
| HSV(B) | 236.73º | 0.79% | 1% | - |
| XYZ | 21.35 | 11.64 | 95.73 | - |
| YUV | 82.49 | 225.36 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 255 | 0.79 | 0.75 | 0 | 0 | 236.73 | 1 | 0.6 |
| Hex | 35 | 40 | FF | 4F | 4B | 0 | 0 | ED | 64 | 3C |
| Octal | 65 | 100 | 377 | 117 | 113 | 0 | 0 | 355 | 144 | 74 |
| Binary | 110101 | 1000000 | 11111111 | 1001111 | 1001011 | 0 | 0 | 11101101 | 1100100 | 111100 |
Color Harmonies of #3540FF
Complementary color
Monochromatic Colors of #3540FF
Black with #3540FF
Text Example
Text Example
White with #3540FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3540FF; }
p { color: rgb(53,64,255); }
H1.HeaderClassName
{
color: #3540FF;
}
.AnyTagClassName
{
color: #3540FF;
}
</style>
background-color css
<style>
a { background-color: #3540FF; }
a { background-color: rgb(53,64,255); }
div.DivClassName
{
background-color: #3540FF;
}
.BgClassName
{
background-color: #3540FF;
}
</style>
border-color css
<style>
span { border-color: #3540FF; }
span { border-color: rgb(53,64,255); }
td.TdClassName
{
border-color: #3540FF;
}
.TagClassName
{
border-color: #3540FF;
}
</style>