Shades of Neon Blue #345BFE
Tints of Neon Blue #345BFE
RGB
CMYK
RGB Variations
Color information
#345BFE (or 0x345BFE) is known color: Neon Blue. HEX triplet: 34, 5B and FE. RGB value is (52,91,254). Sum of RGB (Red+Green+Blue) = 52+91+254=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #345BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BFE is #CBA401. Grayscale: #616161. Windows color (decimal): -13345794 or 16669492. OLE color: 16669492.
HSL color Cylindrical-coordinate representation of color #345BFE: hue angle of 228.42º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #345BFE is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 91 | 254 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.00 |
| HSL | 228.42º | 0.99% | 0.6% | - |
| HSV(B) | 228.42º | 0.8% | 1% | - |
| XYZ | 23.05 | 15.37 | 95.52 | - |
| YUV | 97.92 | 216.08 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 254 | 0.80 | 0.64 | 0 | 0.00 | 228.42 | 0.99 | 0.6 |
| Hex | 34 | 5B | FE | 50 | 40 | 0 | 0 | E4 | 63 | 3C |
| Octal | 64 | 133 | 376 | 120 | 100 | 0 | 0 | 344 | 143 | 74 |
| Binary | 110100 | 1011011 | 11111110 | 1010000 | 1000000 | 0 | 0 | 11100100 | 1100011 | 111100 |
Color Harmonies of #345BFE
Complementary color
Monochromatic Colors of #345BFE
Black with #345BFE
Text Example
Text Example
White with #345BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BFE; }
p { color: rgb(52,91,254); }
H1.HeaderClassName
{
color: #345BFE;
}
.AnyTagClassName
{
color: #345BFE;
}
</style>
background-color css
<style>
a { background-color: #345BFE; }
a { background-color: rgb(52,91,254); }
div.DivClassName
{
background-color: #345BFE;
}
.BgClassName
{
background-color: #345BFE;
}
</style>
border-color css
<style>
span { border-color: #345BFE; }
span { border-color: rgb(52,91,254); }
td.TdClassName
{
border-color: #345BFE;
}
.TagClassName
{
border-color: #345BFE;
}
</style>