Shades of Neon Blue #354EFE
Tints of Neon Blue #354EFE
RGB
CMYK
RGB Variations
Color information
#354EFE (or 0x354EFE) is known color: Neon Blue. HEX triplet: 35, 4E and FE. RGB value is (53,78,254). Sum of RGB (Red+Green+Blue) = 53+78+254=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #354EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354EFE is #CAB101. Grayscale: #595959. Windows color (decimal): -13283586 or 16666165. OLE color: 16666165.
HSL color Cylindrical-coordinate representation of color #354EFE: hue angle of 232.54º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354EFE is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 78 | 254 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.00 |
| HSL | 232.54º | 0.99% | 0.6% | - |
| HSV(B) | 232.54º | 0.79% | 1% | - |
| XYZ | 22.08 | 13.36 | 95.18 | - |
| YUV | 90.59 | 220.22 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 254 | 0.79 | 0.69 | 0 | 0.00 | 232.54 | 0.99 | 0.6 |
| Hex | 35 | 4E | FE | 4F | 45 | 0 | 0 | E9 | 63 | 3C |
| Octal | 65 | 116 | 376 | 117 | 105 | 0 | 0 | 351 | 143 | 74 |
| Binary | 110101 | 1001110 | 11111110 | 1001111 | 1000101 | 0 | 0 | 11101001 | 1100011 | 111100 |
Color Harmonies of #354EFE
Complementary color
Monochromatic Colors of #354EFE
Black with #354EFE
Text Example
Text Example
White with #354EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354EFE; }
p { color: rgb(53,78,254); }
H1.HeaderClassName
{
color: #354EFE;
}
.AnyTagClassName
{
color: #354EFE;
}
</style>
background-color css
<style>
a { background-color: #354EFE; }
a { background-color: rgb(53,78,254); }
div.DivClassName
{
background-color: #354EFE;
}
.BgClassName
{
background-color: #354EFE;
}
</style>
border-color css
<style>
span { border-color: #354EFE; }
span { border-color: rgb(53,78,254); }
td.TdClassName
{
border-color: #354EFE;
}
.TagClassName
{
border-color: #354EFE;
}
</style>