Shades of Neon Blue #354FEF
Tints of Neon Blue #354FEF
RGB
CMYK
RGB Variations
Color information
#354FEF (or 0x354FEF) is known color: Neon Blue. HEX triplet: 35, 4F and EF. RGB value is (53,79,239). Sum of RGB (Red+Green+Blue) = 53+79+239=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #354FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FEF is #CAB010. Grayscale: #585858. Windows color (decimal): -13283345 or 15683381. OLE color: 15683381.
HSL color Cylindrical-coordinate representation of color #354FEF: hue angle of 231.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354FEF is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 79 | 239 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.06 |
| HSL | 231.61º | 0.85% | 0.57% | - |
| HSV(B) | 231.61º | 0.78% | 0.94% | - |
| XYZ | 19.84 | 12.58 | 83.04 | - |
| YUV | 89.47 | 212.39 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 239 | 0.78 | 0.67 | 0 | 0.06 | 231.61 | 0.85 | 0.57 |
| Hex | 35 | 4F | EF | 4E | 43 | 0 | 6 | E8 | 55 | 39 |
| Octal | 65 | 117 | 357 | 116 | 103 | 0 | 6 | 350 | 125 | 71 |
| Binary | 110101 | 1001111 | 11101111 | 1001110 | 1000011 | 0 | 110 | 11101000 | 1010101 | 111001 |
Color Harmonies of #354FEF
Complementary color
Monochromatic Colors of #354FEF
Black with #354FEF
Text Example
Text Example
White with #354FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FEF; }
p { color: rgb(53,79,239); }
H1.HeaderClassName
{
color: #354FEF;
}
.AnyTagClassName
{
color: #354FEF;
}
</style>
background-color css
<style>
a { background-color: #354FEF; }
a { background-color: rgb(53,79,239); }
div.DivClassName
{
background-color: #354FEF;
}
.BgClassName
{
background-color: #354FEF;
}
</style>
border-color css
<style>
span { border-color: #354FEF; }
span { border-color: rgb(53,79,239); }
td.TdClassName
{
border-color: #354FEF;
}
.TagClassName
{
border-color: #354FEF;
}
</style>