Shades of Neon Blue #354DF4
Tints of Neon Blue #354DF4
RGB
CMYK
RGB Variations
Color information
#354DF4 (or 0x354DF4) is known color: Neon Blue. HEX triplet: 35, 4D and F4. RGB value is (53,77,244). Sum of RGB (Red+Green+Blue) = 53+77+244=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 244 (95.70% from 255 or 65.24% from 374); Max value from RGB is 244 - color contains mainly: blue. Hex color #354DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354DF4 is #CAB20B. Grayscale: #585858. Windows color (decimal): -13283852 or 16010549. OLE color: 16010549.
HSL color Cylindrical-coordinate representation of color #354DF4: hue angle of 232.46º 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 #354DF4 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 77 | 244 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.04 |
| HSL | 232.46º | 0.9% | 0.58% | - |
| HSV(B) | 232.46º | 0.78% | 0.96% | - |
| XYZ | 20.45 | 12.6 | 86.94 | - |
| YUV | 88.86 | 215.55 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 244 | 0.78 | 0.68 | 0 | 0.04 | 232.46 | 0.9 | 0.58 |
| Hex | 35 | 4D | F4 | 4E | 44 | 0 | 4 | E8 | 5A | 3A |
| Octal | 65 | 115 | 364 | 116 | 104 | 0 | 4 | 350 | 132 | 72 |
| Binary | 110101 | 1001101 | 11110100 | 1001110 | 1000100 | 0 | 100 | 11101000 | 1011010 | 111010 |
Color Harmonies of #354DF4
Complementary color
Monochromatic Colors of #354DF4
Black with #354DF4
Text Example
Text Example
White with #354DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DF4; }
p { color: rgb(53,77,244); }
H1.HeaderClassName
{
color: #354DF4;
}
.AnyTagClassName
{
color: #354DF4;
}
</style>
background-color css
<style>
a { background-color: #354DF4; }
a { background-color: rgb(53,77,244); }
div.DivClassName
{
background-color: #354DF4;
}
.BgClassName
{
background-color: #354DF4;
}
</style>
border-color css
<style>
span { border-color: #354DF4; }
span { border-color: rgb(53,77,244); }
td.TdClassName
{
border-color: #354DF4;
}
.TagClassName
{
border-color: #354DF4;
}
</style>