Shades of Neon Blue #353BF4
Tints of Neon Blue #353BF4
RGB
CMYK
RGB Variations
Color information
#353BF4 (or 0x353BF4) is known color: Neon Blue. HEX triplet: 35, 3B and F4. RGB value is (53,59,244). Sum of RGB (Red+Green+Blue) = 53+59+244=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #353BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353BF4 is #CAC40B. Grayscale: #4D4D4D. Windows color (decimal): -13288460 or 16005941. OLE color: 16005941.
HSL color Cylindrical-coordinate representation of color #353BF4: hue angle of 238.12º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353BF4 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 59 | 244 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.04 |
| HSL | 238.12º | 0.9% | 0.58% | - |
| HSV(B) | 238.12º | 0.78% | 0.96% | - |
| XYZ | 19.36 | 10.42 | 86.58 | - |
| YUV | 78.3 | 221.51 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 244 | 0.78 | 0.76 | 0 | 0.04 | 238.12 | 0.9 | 0.58 |
| Hex | 35 | 3B | F4 | 4E | 4C | 0 | 4 | EE | 5A | 3A |
| Octal | 65 | 73 | 364 | 116 | 114 | 0 | 4 | 356 | 132 | 72 |
| Binary | 110101 | 111011 | 11110100 | 1001110 | 1001100 | 0 | 100 | 11101110 | 1011010 | 111010 |
Color Harmonies of #353BF4
Complementary color
Monochromatic Colors of #353BF4
Black with #353BF4
Text Example
Text Example
White with #353BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BF4; }
p { color: rgb(53,59,244); }
H1.HeaderClassName
{
color: #353BF4;
}
.AnyTagClassName
{
color: #353BF4;
}
</style>
background-color css
<style>
a { background-color: #353BF4; }
a { background-color: rgb(53,59,244); }
div.DivClassName
{
background-color: #353BF4;
}
.BgClassName
{
background-color: #353BF4;
}
</style>
border-color css
<style>
span { border-color: #353BF4; }
span { border-color: rgb(53,59,244); }
td.TdClassName
{
border-color: #353BF4;
}
.TagClassName
{
border-color: #353BF4;
}
</style>