Shades of Neon Blue #354DFB
Tints of Neon Blue #354DFB
RGB
CMYK
RGB Variations
Color information
#354DFB (or 0x354DFB) is known color: Neon Blue. HEX triplet: 35, 4D and FB. RGB value is (53,77,251). Sum of RGB (Red+Green+Blue) = 53+77+251=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #354DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354DFB is #CAB204. Grayscale: #585858. Windows color (decimal): -13283845 or 16469301. OLE color: 16469301.
HSL color Cylindrical-coordinate representation of color #354DFB: hue angle of 232.73º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354DFB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 77 | 251 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.02 |
| HSL | 232.73º | 0.96% | 0.6% | - |
| HSV(B) | 232.73º | 0.79% | 0.98% | - |
| XYZ | 21.53 | 13.03 | 92.65 | - |
| YUV | 89.66 | 219.05 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 251 | 0.79 | 0.69 | 0 | 0.02 | 232.73 | 0.96 | 0.6 |
| Hex | 35 | 4D | FB | 4F | 45 | 0 | 2 | E9 | 60 | 3C |
| Octal | 65 | 115 | 373 | 117 | 105 | 0 | 2 | 351 | 140 | 74 |
| Binary | 110101 | 1001101 | 11111011 | 1001111 | 1000101 | 0 | 10 | 11101001 | 1100000 | 111100 |
Color Harmonies of #354DFB
Complementary color
Monochromatic Colors of #354DFB
Black with #354DFB
Text Example
Text Example
White with #354DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DFB; }
p { color: rgb(53,77,251); }
H1.HeaderClassName
{
color: #354DFB;
}
.AnyTagClassName
{
color: #354DFB;
}
</style>
background-color css
<style>
a { background-color: #354DFB; }
a { background-color: rgb(53,77,251); }
div.DivClassName
{
background-color: #354DFB;
}
.BgClassName
{
background-color: #354DFB;
}
</style>
border-color css
<style>
span { border-color: #354DFB; }
span { border-color: rgb(53,77,251); }
td.TdClassName
{
border-color: #354DFB;
}
.TagClassName
{
border-color: #354DFB;
}
</style>