Shades of Neon Blue #354DFC
Tints of Neon Blue #354DFC
RGB
CMYK
RGB Variations
Color information
#354DFC (or 0x354DFC) is known color: Neon Blue. HEX triplet: 35, 4D and FC. RGB value is (53,77,252). Sum of RGB (Red+Green+Blue) = 53+77+252=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #354DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354DFC is #CAB203. Grayscale: #595959. Windows color (decimal): -13283844 or 16534837. OLE color: 16534837.
HSL color Cylindrical-coordinate representation of color #354DFC: hue angle of 232.76º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354DFC is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 77 | 252 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.01 |
| HSL | 232.76º | 0.97% | 0.6% | - |
| HSV(B) | 232.76º | 0.79% | 0.99% | - |
| XYZ | 21.69 | 13.09 | 93.48 | - |
| YUV | 89.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 252 | 0.79 | 0.69 | 0 | 0.01 | 232.76 | 0.97 | 0.6 |
| Hex | 35 | 4D | FC | 4F | 45 | 0 | 1 | E9 | 61 | 3C |
| Octal | 65 | 115 | 374 | 117 | 105 | 0 | 1 | 351 | 141 | 74 |
| Binary | 110101 | 1001101 | 11111100 | 1001111 | 1000101 | 0 | 1 | 11101001 | 1100001 | 111100 |
Color Harmonies of #354DFC
Complementary color
Monochromatic Colors of #354DFC
Black with #354DFC
Text Example
Text Example
White with #354DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DFC; }
p { color: rgb(53,77,252); }
H1.HeaderClassName
{
color: #354DFC;
}
.AnyTagClassName
{
color: #354DFC;
}
</style>
background-color css
<style>
a { background-color: #354DFC; }
a { background-color: rgb(53,77,252); }
div.DivClassName
{
background-color: #354DFC;
}
.BgClassName
{
background-color: #354DFC;
}
</style>
border-color css
<style>
span { border-color: #354DFC; }
span { border-color: rgb(53,77,252); }
td.TdClassName
{
border-color: #354DFC;
}
.TagClassName
{
border-color: #354DFC;
}
</style>