Shades of Neon Blue #353AFF
Tints of Neon Blue #353AFF
RGB
CMYK
RGB Variations
Color information
#353AFF (or 0x353AFF) is known color: Neon Blue. HEX triplet: 35, 3A and FF. RGB value is (53,58,255). Sum of RGB (Red+Green+Blue) = 53+58+255=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #353AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AFF is #CAC500. Grayscale: #4E4E4E. Windows color (decimal): -13288705 or 16726581. OLE color: 16726581.
HSL color Cylindrical-coordinate representation of color #353AFF: hue angle of 238.51º 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 #353AFF is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 58 | 255 | - |
| CMYK | 0.79 | 0.77 | 0 | 0 |
| HSL | 238.51º | 1% | 0.6% | - |
| HSV(B) | 238.51º | 0.79% | 1% | - |
| XYZ | 21.03 | 11 | 95.62 | - |
| YUV | 78.96 | 227.34 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 255 | 0.79 | 0.77 | 0 | 0 | 238.51 | 1 | 0.6 |
| Hex | 35 | 3A | FF | 4F | 4D | 0 | 0 | EF | 64 | 3C |
| Octal | 65 | 72 | 377 | 117 | 115 | 0 | 0 | 357 | 144 | 74 |
| Binary | 110101 | 111010 | 11111111 | 1001111 | 1001101 | 0 | 0 | 11101111 | 1100100 | 111100 |
Color Harmonies of #353AFF
Complementary color
Monochromatic Colors of #353AFF
Black with #353AFF
Text Example
Text Example
White with #353AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AFF; }
p { color: rgb(53,58,255); }
H1.HeaderClassName
{
color: #353AFF;
}
.AnyTagClassName
{
color: #353AFF;
}
</style>
background-color css
<style>
a { background-color: #353AFF; }
a { background-color: rgb(53,58,255); }
div.DivClassName
{
background-color: #353AFF;
}
.BgClassName
{
background-color: #353AFF;
}
</style>
border-color css
<style>
span { border-color: #353AFF; }
span { border-color: rgb(53,58,255); }
td.TdClassName
{
border-color: #353AFF;
}
.TagClassName
{
border-color: #353AFF;
}
</style>