Shades of Neon Blue #354EEF
Tints of Neon Blue #354EEF
RGB
CMYK
RGB Variations
Color information
#354EEF (or 0x354EEF) is known color: Neon Blue. HEX triplet: 35, 4E and EF. RGB value is (53,78,239). Sum of RGB (Red+Green+Blue) = 53+78+239=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #354EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354EEF is #CAB110. Grayscale: #585858. Windows color (decimal): -13283601 or 15683125. OLE color: 15683125.
HSL color Cylindrical-coordinate representation of color #354EEF: hue angle of 231.94º 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 #354EEF is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 78 | 239 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.06 |
| HSL | 231.94º | 0.85% | 0.57% | - |
| HSV(B) | 231.94º | 0.78% | 0.94% | - |
| XYZ | 19.77 | 12.44 | 83.02 | - |
| YUV | 88.88 | 212.72 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 239 | 0.78 | 0.67 | 0 | 0.06 | 231.94 | 0.85 | 0.57 |
| Hex | 35 | 4E | EF | 4E | 43 | 0 | 6 | E8 | 55 | 39 |
| Octal | 65 | 116 | 357 | 116 | 103 | 0 | 6 | 350 | 125 | 71 |
| Binary | 110101 | 1001110 | 11101111 | 1001110 | 1000011 | 0 | 110 | 11101000 | 1010101 | 111001 |
Color Harmonies of #354EEF
Complementary color
Monochromatic Colors of #354EEF
Black with #354EEF
Text Example
Text Example
White with #354EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354EEF; }
p { color: rgb(53,78,239); }
H1.HeaderClassName
{
color: #354EEF;
}
.AnyTagClassName
{
color: #354EEF;
}
</style>
background-color css
<style>
a { background-color: #354EEF; }
a { background-color: rgb(53,78,239); }
div.DivClassName
{
background-color: #354EEF;
}
.BgClassName
{
background-color: #354EEF;
}
</style>
border-color css
<style>
span { border-color: #354EEF; }
span { border-color: rgb(53,78,239); }
td.TdClassName
{
border-color: #354EEF;
}
.TagClassName
{
border-color: #354EEF;
}
</style>