Shades of Neon Blue #353AF3
Tints of Neon Blue #353AF3
RGB
CMYK
RGB Variations
Color information
#353AF3 (or 0x353AF3) is known color: Neon Blue. HEX triplet: 35, 3A and F3. RGB value is (53,58,243). Sum of RGB (Red+Green+Blue) = 53+58+243=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 243 (95.31% from 255 or 68.64% from 354); Max value from RGB is 243 - color contains mainly: blue. Hex color #353AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AF3 is #CAC50C. Grayscale: #4C4C4C. Windows color (decimal): -13288717 or 15940149. OLE color: 15940149.
HSL color Cylindrical-coordinate representation of color #353AF3: hue angle of 238.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353AF3 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 58 | 243 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.05 |
| HSL | 238.42º | 0.89% | 0.58% | - |
| HSV(B) | 238.42º | 0.78% | 0.95% | - |
| XYZ | 19.16 | 10.25 | 85.76 | - |
| YUV | 77.6 | 221.34 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 243 | 0.78 | 0.76 | 0 | 0.05 | 238.42 | 0.89 | 0.58 |
| Hex | 35 | 3A | F3 | 4E | 4C | 0 | 5 | EE | 59 | 3A |
| Octal | 65 | 72 | 363 | 116 | 114 | 0 | 5 | 356 | 131 | 72 |
| Binary | 110101 | 111010 | 11110011 | 1001110 | 1001100 | 0 | 101 | 11101110 | 1011001 | 111010 |
Color Harmonies of #353AF3
Complementary color
Monochromatic Colors of #353AF3
Black with #353AF3
Text Example
Text Example
White with #353AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AF3; }
p { color: rgb(53,58,243); }
H1.HeaderClassName
{
color: #353AF3;
}
.AnyTagClassName
{
color: #353AF3;
}
</style>
background-color css
<style>
a { background-color: #353AF3; }
a { background-color: rgb(53,58,243); }
div.DivClassName
{
background-color: #353AF3;
}
.BgClassName
{
background-color: #353AF3;
}
</style>
border-color css
<style>
span { border-color: #353AF3; }
span { border-color: rgb(53,58,243); }
td.TdClassName
{
border-color: #353AF3;
}
.TagClassName
{
border-color: #353AF3;
}
</style>