Shades of Neon Blue #345CFF
Tints of Neon Blue #345CFF
RGB
CMYK
RGB Variations
Color information
#345CFF (or 0x345CFF) is known color: Neon Blue. HEX triplet: 34, 5C and FF. RGB value is (52,92,255). Sum of RGB (Red+Green+Blue) = 52+92+255=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #345CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CFF is #CBA300. Grayscale: #616161. Windows color (decimal): -13345537 or 16735284. OLE color: 16735284.
HSL color Cylindrical-coordinate representation of color #345CFF: hue angle of 228.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #345CFF is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 92 | 255 | - |
| CMYK | 0.80 | 0.64 | 0 | 0 |
| HSL | 228.18º | 1% | 0.6% | - |
| HSV(B) | 228.18º | 0.8% | 1% | - |
| XYZ | 23.29 | 15.6 | 96.39 | - |
| YUV | 98.62 | 216.25 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 255 | 0.80 | 0.64 | 0 | 0 | 228.18 | 1 | 0.6 |
| Hex | 34 | 5C | FF | 50 | 40 | 0 | 0 | E4 | 64 | 3C |
| Octal | 64 | 134 | 377 | 120 | 100 | 0 | 0 | 344 | 144 | 74 |
| Binary | 110100 | 1011100 | 11111111 | 1010000 | 1000000 | 0 | 0 | 11100100 | 1100100 | 111100 |
Color Harmonies of #345CFF
Complementary color
Monochromatic Colors of #345CFF
Black with #345CFF
Text Example
Text Example
White with #345CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CFF; }
p { color: rgb(52,92,255); }
H1.HeaderClassName
{
color: #345CFF;
}
.AnyTagClassName
{
color: #345CFF;
}
</style>
background-color css
<style>
a { background-color: #345CFF; }
a { background-color: rgb(52,92,255); }
div.DivClassName
{
background-color: #345CFF;
}
.BgClassName
{
background-color: #345CFF;
}
</style>
border-color css
<style>
span { border-color: #345CFF; }
span { border-color: rgb(52,92,255); }
td.TdClassName
{
border-color: #345CFF;
}
.TagClassName
{
border-color: #345CFF;
}
</style>