Shades of Neon Blue #353FE6
Tints of Neon Blue #353FE6
RGB
CMYK
RGB Variations
Color information
#353FE6 (or 0x353FE6) is known color: Neon Blue. HEX triplet: 35, 3F and E6. RGB value is (53,63,230). Sum of RGB (Red+Green+Blue) = 53+63+230=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #353FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FE6 is #CAC019. Grayscale: #4E4E4E. Windows color (decimal): -13287450 or 15089461. OLE color: 15089461.
HSL color Cylindrical-coordinate representation of color #353FE6: hue angle of 236.61º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353FE6 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 63 | 230 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.10 |
| HSL | 236.61º | 0.78% | 0.55% | - |
| HSV(B) | 236.61º | 0.77% | 0.9% | - |
| XYZ | 17.53 | 10.03 | 75.87 | - |
| YUV | 79.05 | 213.19 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 230 | 0.77 | 0.73 | 0 | 0.10 | 236.61 | 0.78 | 0.55 |
| Hex | 35 | 3F | E6 | 4D | 49 | 0 | A | ED | 4E | 37 |
| Octal | 65 | 77 | 346 | 115 | 111 | 0 | 12 | 355 | 116 | 67 |
| Binary | 110101 | 111111 | 11100110 | 1001101 | 1001001 | 0 | 1010 | 11101101 | 1001110 | 110111 |
Color Harmonies of #353FE6
Complementary color
Monochromatic Colors of #353FE6
Black with #353FE6
Text Example
Text Example
White with #353FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FE6; }
p { color: rgb(53,63,230); }
H1.HeaderClassName
{
color: #353FE6;
}
.AnyTagClassName
{
color: #353FE6;
}
</style>
background-color css
<style>
a { background-color: #353FE6; }
a { background-color: rgb(53,63,230); }
div.DivClassName
{
background-color: #353FE6;
}
.BgClassName
{
background-color: #353FE6;
}
</style>
border-color css
<style>
span { border-color: #353FE6; }
span { border-color: rgb(53,63,230); }
td.TdClassName
{
border-color: #353FE6;
}
.TagClassName
{
border-color: #353FE6;
}
</style>