Shades of Neon Blue #353EF1
Tints of Neon Blue #353EF1
RGB
CMYK
RGB Variations
Color information
#353EF1 (or 0x353EF1) is known color: Neon Blue. HEX triplet: 35, 3E and F1. RGB value is (53,62,241). Sum of RGB (Red+Green+Blue) = 53+62+241=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #353EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EF1 is #CAC10E. Grayscale: #4E4E4E. Windows color (decimal): -13287695 or 15810101. OLE color: 15810101.
HSL color Cylindrical-coordinate representation of color #353EF1: hue angle of 237.13º degrees, saturation: 0.87, 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 #353EF1 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 62 | 241 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.05 |
| HSL | 237.13º | 0.87% | 0.58% | - |
| HSV(B) | 237.13º | 0.78% | 0.95% | - |
| XYZ | 19.07 | 10.55 | 84.25 | - |
| YUV | 79.72 | 219.02 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 241 | 0.78 | 0.74 | 0 | 0.05 | 237.13 | 0.87 | 0.58 |
| Hex | 35 | 3E | F1 | 4E | 4A | 0 | 5 | ED | 57 | 3A |
| Octal | 65 | 76 | 361 | 116 | 112 | 0 | 5 | 355 | 127 | 72 |
| Binary | 110101 | 111110 | 11110001 | 1001110 | 1001010 | 0 | 101 | 11101101 | 1010111 | 111010 |
Color Harmonies of #353EF1
Complementary color
Monochromatic Colors of #353EF1
Black with #353EF1
Text Example
Text Example
White with #353EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EF1; }
p { color: rgb(53,62,241); }
H1.HeaderClassName
{
color: #353EF1;
}
.AnyTagClassName
{
color: #353EF1;
}
</style>
background-color css
<style>
a { background-color: #353EF1; }
a { background-color: rgb(53,62,241); }
div.DivClassName
{
background-color: #353EF1;
}
.BgClassName
{
background-color: #353EF1;
}
</style>
border-color css
<style>
span { border-color: #353EF1; }
span { border-color: rgb(53,62,241); }
td.TdClassName
{
border-color: #353EF1;
}
.TagClassName
{
border-color: #353EF1;
}
</style>