Shades of Neon Blue #353AF0
Tints of Neon Blue #353AF0
RGB
CMYK
RGB Variations
Color information
#353AF0 (or 0x353AF0) is known color: Neon Blue. HEX triplet: 35, 3A and F0. RGB value is (53,58,240). Sum of RGB (Red+Green+Blue) = 53+58+240=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #353AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AF0 is #CAC50F. Grayscale: #4C4C4C. Windows color (decimal): -13288720 or 15743541. OLE color: 15743541.
HSL color Cylindrical-coordinate representation of color #353AF0: hue angle of 238.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353AF0 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 58 | 240 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.06 |
| HSL | 238.4º | 0.86% | 0.57% | - |
| HSV(B) | 238.4º | 0.78% | 0.94% | - |
| XYZ | 18.71 | 10.07 | 83.4 | - |
| YUV | 77.25 | 219.84 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 240 | 0.78 | 0.76 | 0 | 0.06 | 238.4 | 0.86 | 0.57 |
| Hex | 35 | 3A | F0 | 4E | 4C | 0 | 6 | EE | 56 | 39 |
| Octal | 65 | 72 | 360 | 116 | 114 | 0 | 6 | 356 | 126 | 71 |
| Binary | 110101 | 111010 | 11110000 | 1001110 | 1001100 | 0 | 110 | 11101110 | 1010110 | 111001 |
Color Harmonies of #353AF0
Complementary color
Monochromatic Colors of #353AF0
Black with #353AF0
Text Example
Text Example
White with #353AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AF0; }
p { color: rgb(53,58,240); }
H1.HeaderClassName
{
color: #353AF0;
}
.AnyTagClassName
{
color: #353AF0;
}
</style>
background-color css
<style>
a { background-color: #353AF0; }
a { background-color: rgb(53,58,240); }
div.DivClassName
{
background-color: #353AF0;
}
.BgClassName
{
background-color: #353AF0;
}
</style>
border-color css
<style>
span { border-color: #353AF0; }
span { border-color: rgb(53,58,240); }
td.TdClassName
{
border-color: #353AF0;
}
.TagClassName
{
border-color: #353AF0;
}
</style>