Shades of Neon Blue #354AFE
Tints of Neon Blue #354AFE
RGB
CMYK
RGB Variations
Color information
#354AFE (or 0x354AFE) is known color: Neon Blue. HEX triplet: 35, 4A and FE. RGB value is (53,74,254). Sum of RGB (Red+Green+Blue) = 53+74+254=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #354AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354AFE is #CAB501. Grayscale: #575757. Windows color (decimal): -13284610 or 16665141. OLE color: 16665141.
HSL color Cylindrical-coordinate representation of color #354AFE: hue angle of 233.73º 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 #354AFE is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 74 | 254 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.00 |
| HSL | 233.73º | 0.99% | 0.6% | - |
| HSV(B) | 233.73º | 0.79% | 1% | - |
| XYZ | 21.81 | 12.81 | 95.09 | - |
| YUV | 88.24 | 221.54 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 254 | 0.79 | 0.71 | 0 | 0.00 | 233.73 | 0.99 | 0.6 |
| Hex | 35 | 4A | FE | 4F | 47 | 0 | 0 | EA | 63 | 3C |
| Octal | 65 | 112 | 376 | 117 | 107 | 0 | 0 | 352 | 143 | 74 |
| Binary | 110101 | 1001010 | 11111110 | 1001111 | 1000111 | 0 | 0 | 11101010 | 1100011 | 111100 |
Color Harmonies of #354AFE
Complementary color
Monochromatic Colors of #354AFE
Black with #354AFE
Text Example
Text Example
White with #354AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AFE; }
p { color: rgb(53,74,254); }
H1.HeaderClassName
{
color: #354AFE;
}
.AnyTagClassName
{
color: #354AFE;
}
</style>
background-color css
<style>
a { background-color: #354AFE; }
a { background-color: rgb(53,74,254); }
div.DivClassName
{
background-color: #354AFE;
}
.BgClassName
{
background-color: #354AFE;
}
</style>
border-color css
<style>
span { border-color: #354AFE; }
span { border-color: rgb(53,74,254); }
td.TdClassName
{
border-color: #354AFE;
}
.TagClassName
{
border-color: #354AFE;
}
</style>