Shades of Neon Blue #354EFF
Tints of Neon Blue #354EFF
RGB
CMYK
RGB Variations
Color information
#354EFF (or 0x354EFF) is known color: Neon Blue. HEX triplet: 35, 4E and FF. RGB value is (53,78,255). Sum of RGB (Red+Green+Blue) = 53+78+255=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #354EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354EFF is #CAB100. Grayscale: #595959. Windows color (decimal): -13283585 or 16731701. OLE color: 16731701.
HSL color Cylindrical-coordinate representation of color #354EFF: hue angle of 232.57º 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 #354EFF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 78 | 255 | - |
| CMYK | 0.79 | 0.69 | 0 | 0 |
| HSL | 232.57º | 1% | 0.6% | - |
| HSV(B) | 232.57º | 0.79% | 1% | - |
| XYZ | 22.24 | 13.43 | 96.03 | - |
| YUV | 90.7 | 220.72 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 255 | 0.79 | 0.69 | 0 | 0 | 232.57 | 1 | 0.6 |
| Hex | 35 | 4E | FF | 4F | 45 | 0 | 0 | E9 | 64 | 3C |
| Octal | 65 | 116 | 377 | 117 | 105 | 0 | 0 | 351 | 144 | 74 |
| Binary | 110101 | 1001110 | 11111111 | 1001111 | 1000101 | 0 | 0 | 11101001 | 1100100 | 111100 |
Color Harmonies of #354EFF
Complementary color
Monochromatic Colors of #354EFF
Black with #354EFF
Text Example
Text Example
White with #354EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354EFF; }
p { color: rgb(53,78,255); }
H1.HeaderClassName
{
color: #354EFF;
}
.AnyTagClassName
{
color: #354EFF;
}
</style>
background-color css
<style>
a { background-color: #354EFF; }
a { background-color: rgb(53,78,255); }
div.DivClassName
{
background-color: #354EFF;
}
.BgClassName
{
background-color: #354EFF;
}
</style>
border-color css
<style>
span { border-color: #354EFF; }
span { border-color: rgb(53,78,255); }
td.TdClassName
{
border-color: #354EFF;
}
.TagClassName
{
border-color: #354EFF;
}
</style>