Shades of Neon Blue #354DFF
Tints of Neon Blue #354DFF
RGB
CMYK
RGB Variations
Color information
#354DFF (or 0x354DFF) is known color: Neon Blue. HEX triplet: 35, 4D and FF. RGB value is (53,77,255). Sum of RGB (Red+Green+Blue) = 53+77+255=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #354DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354DFF is #CAB200. Grayscale: #595959. Windows color (decimal): -13283841 or 16731445. OLE color: 16731445.
HSL color Cylindrical-coordinate representation of color #354DFF: hue angle of 232.87º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354DFF is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 77 | 255 | - |
| CMYK | 0.79 | 0.70 | 0 | 0 |
| HSL | 232.87º | 1% | 0.6% | - |
| HSV(B) | 232.87º | 0.79% | 1% | - |
| XYZ | 22.17 | 13.28 | 96 | - |
| YUV | 90.12 | 221.05 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 255 | 0.79 | 0.70 | 0 | 0 | 232.87 | 1 | 0.6 |
| Hex | 35 | 4D | FF | 4F | 46 | 0 | 0 | E9 | 64 | 3C |
| Octal | 65 | 115 | 377 | 117 | 106 | 0 | 0 | 351 | 144 | 74 |
| Binary | 110101 | 1001101 | 11111111 | 1001111 | 1000110 | 0 | 0 | 11101001 | 1100100 | 111100 |
Color Harmonies of #354DFF
Complementary color
Monochromatic Colors of #354DFF
Black with #354DFF
Text Example
Text Example
White with #354DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DFF; }
p { color: rgb(53,77,255); }
H1.HeaderClassName
{
color: #354DFF;
}
.AnyTagClassName
{
color: #354DFF;
}
</style>
background-color css
<style>
a { background-color: #354DFF; }
a { background-color: rgb(53,77,255); }
div.DivClassName
{
background-color: #354DFF;
}
.BgClassName
{
background-color: #354DFF;
}
</style>
border-color css
<style>
span { border-color: #354DFF; }
span { border-color: rgb(53,77,255); }
td.TdClassName
{
border-color: #354DFF;
}
.TagClassName
{
border-color: #354DFF;
}
</style>